diff --git a/backend/app/main.py b/backend/app/main.py index 039e797..2dfe0b4 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -24,6 +24,4 @@ def create_app(settings: Settings | None = None) -> FastAPI: app.include_router(router) return app - - app = create_app()