mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
route at th ebeginnign
This commit is contained in:
parent
54864bf102
commit
51460d1cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,10 +56,10 @@ async def health():
|
|||
return {"status": "ok", "sha": os.getenv("GITHUB_SHA", "unknown")}
|
||||
|
||||
|
||||
app.include_router(tasks_router.router, prefix="/v1")
|
||||
app.include_router(portfolio_router.router, prefix="/v1")
|
||||
app.include_router(plan_router.router, prefix="/v1")
|
||||
app.include_router(whlg_router.router, prefix="/v1")
|
||||
app.include_router(tasks_router.router, prefix="/v1")
|
||||
app.include_router(bulk_uploads_router.router, prefix="/v1")
|
||||
|
||||
if get_settings().ENVIRONMENT == "local":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue