统计分析模块更新,待测试,优化所有模块main.py文件,修复bug。
This commit is contained in:
+3
-2
@@ -11,12 +11,13 @@ Shtudent_Jiuye.include_router(CURD)
|
||||
|
||||
|
||||
app=FastAPI()
|
||||
Base.metadata.create_all(engine)
|
||||
|
||||
app.include_router(CURD,tags=['就业管理系统'])
|
||||
|
||||
|
||||
|
||||
if __name__=='__main__':
|
||||
Base.metadata.create_all(engine)
|
||||
|
||||
import uvicorn
|
||||
uvicorn.run('main:app', host='127.0.0.1', port=12395)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user