分支合并,调整完毕,可以运行,可以拉取该分支进行修改bug。
This commit is contained in:
@@ -2,8 +2,11 @@ from fastapi import FastAPI,APIRouter
|
||||
from stu_jiuye.CURD_api import CURD
|
||||
from stu_jiuye.database import Base,engine
|
||||
|
||||
# 合并接口
|
||||
Shtudent_Jiuye = APIRouter()
|
||||
Shtudent_Jiuye.include_router(CURD)
|
||||
|
||||
# 自测接口
|
||||
app=FastAPI()
|
||||
Base.metadata.create_all(engine)
|
||||
app.include_router(CURD,tags=['就业管理系统'])
|
||||
|
||||
Reference in New Issue
Block a user