app/main.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-02 10:35:25 +02:00
parent 0764a91c2a
commit 1d45559ecd

View File

@ -19,4 +19,4 @@ def create_app() -> FastAPI:
app.include_router(qdrant_router)
return app
app = create_app()
app = create_app()