refactor(router): restructure

This commit is contained in:
MingxuanGame
2025-08-11 14:38:45 +00:00
parent 867b99cca5
commit d8c607137a
14 changed files with 36 additions and 33 deletions

5
app/router/v2/router.py Normal file
View File

@@ -0,0 +1,5 @@
from __future__ import annotations
from fastapi import APIRouter
router = APIRouter(prefix="/api/v2")