mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.py
This commit is contained in:
parent
4fbe410802
commit
a5f57b18f6
@ -27,7 +27,7 @@ def get_app():
|
||||
allow_headers=["*"],
|
||||
)
|
||||
app.mount("/static", StaticFiles(directory="static"), name="static")
|
||||
app.include_router(api_router_v1.get_api(), prefix="/AppManage")
|
||||
app.include_router(api_router_v1.get_api())
|
||||
return app
|
||||
|
||||
@app.get("/docs", include_in_schema=False)
|
||||
|
Loading…
Reference in New Issue
Block a user