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
ca6e7250a0
commit
ef2d73cb44
@ -23,6 +23,7 @@ def get_app():
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
)
|
||||
app.mount("/static", StaticFiles(directory="static"), name="static")
|
||||
app.include_router(api_router_v1.get_api(), prefix="/api/v1")
|
||||
return app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user