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