Merge pull request #2198 from Allenmylath/patch-24

Update app.py
This commit is contained in:
Mark Backman
2025-07-14 06:37:42 -07:00
committed by GitHub

View File

@@ -301,7 +301,7 @@ def fastapi_app():
allow_headers=["*"],
)
# Include the endpoints from endpoints.py
# Include the endpoints from this file
web_app.include_router(router)
return web_app