添加statistics tag

This commit is contained in:
2026-09-22 09:50:57 +08:00
parent e282f3f7db
commit d24937ecc3
+1 -1
View File
@@ -8,7 +8,7 @@ from schemas.common import SuccessResponse
from sqlalchemy.orm import Session
statistics_router=APIRouter()
statistics_router=APIRouter(tags=['statistics'])
@statistics_router.get("/students/age-over-30",response_model=SuccessResponse)