From b034829b064ce97cc1039cb84ed95f65b8cd2db5 Mon Sep 17 00:00:00 2001 From: lookerzz <1031516901@qq.com> Date: Tue, 22 Sep 2026 10:01:08 +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 d139b83..4b7ee40 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(tags=['statistics']) +statistics_router=APIRouter(tags=['统计接口']) @statistics_router.get("/students/age-over-30",response_model=SuccessResponse)