From 1d45559ecdb9bd4cd60ea0373676039b633b06e7 Mon Sep 17 00:00:00 2001 From: Lars Date: Tue, 2 Sep 2025 10:35:25 +0200 Subject: [PATCH] app/main.py aktualisiert --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()