完成了增加学生接口
This commit is contained in:
@@ -12,7 +12,7 @@ from api.class_api import classes_router
|
||||
app.include_router(classes_router,tags=['班级接口'],prefix="/classes")
|
||||
|
||||
#-------------李玉杰--------------
|
||||
app.include_router(student_router,tags=['学生接口'])
|
||||
app.include_router(student_router,tags=['学生接口'],prefix="/students")
|
||||
#-------------张义---------------
|
||||
|
||||
#-------------薄鑫---------------
|
||||
|
||||
Reference in New Issue
Block a user