更新外键连接
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ from database import Base,engine
|
||||
import model
|
||||
app=FastAPI()
|
||||
Base.metadata.create_all(engine)
|
||||
app.include_router(CURD,tags=['就业管理系统'],prefix='/employment')
|
||||
app.include_router(CURD,tags=['就业管理系统'])
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user