From d24937ecc3c125cba7c0b660543166ae6e0171e3 Mon Sep 17 00:00:00 2001 From: lookerzz <1031516901@qq.com> Date: Tue, 22 Sep 2026 09:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0statistics=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/statistics.py b/api/statistics.py index 764f04b..d139b83 100644 --- a/api/statistics.py +++ b/api/statistics.py @@ -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)