diff --git a/app/main.py b/app/main.py index 7502e95..4d1b1bf 100644 --- a/app/main.py +++ b/app/main.py @@ -19,4 +19,4 @@ def create_app() -> FastAPI: app.include_router(qdrant_router) return app -app = create_app() \ No newline at end of file +app = create_app()