feat: Update endpoint orders

This commit is contained in:
Backend IM Bot 2025-03-11 10:21:41 +00:00
parent 24b8e7881d
commit bf4cfee254

View File

@ -0,0 +1,4 @@
from fastapi import APIRouter, HTTPException
from pydantic import BaseModel
router = APIRouter()