diff --git a/examples/deployment/modal-example/server/app.py b/examples/deployment/modal-example/server/app.py index ea3c22055..99f2ec44f 100644 --- a/examples/deployment/modal-example/server/app.py +++ b/examples/deployment/modal-example/server/app.py @@ -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