添加statistics tag #47

Merged
lookerZz merged 1 commits from 张昕浩 into main 2026-09-22 18:10:28 +08:00
+1 -1
View File
@@ -7,7 +7,7 @@ from api.student import student_router
from api.teacher import router as teacher_router,class_teacher_router
from api.magic import magic_router
app = FastAPI()
app = FastAPI(title='学生管理系统')
app.middleware("http")(log_middleware)
app.include_router(magic_router)