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

View File

@@ -5,7 +5,7 @@ from app.fetcher import Fetcher
from fastapi import APIRouter, Depends
fetcher_router = APIRouter()
fetcher_router = APIRouter(prefix="/fetcher", tags=["fetcher"])
@fetcher_router.get("/callback")