Update app.py

misleading comment. no endpoints.py
This commit is contained in:
allenmylath
2025-07-14 14:02:35 +05:30
committed by GitHub
parent b3ac90015a
commit 1f9e2fdecc

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