Update app.py
misleading comment. no endpoints.py
This commit is contained in:
@@ -301,7 +301,7 @@ def fastapi_app():
|
|||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Include the endpoints from endpoints.py
|
# Include the endpoints from this file
|
||||||
web_app.include_router(router)
|
web_app.include_router(router)
|
||||||
|
|
||||||
return web_app
|
return web_app
|
||||||
|
|||||||
Reference in New Issue
Block a user