添加statistics tag
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user