This commit is contained in:
2026-05-28 18:58:38 +02:00
parent 641bb10479
commit 28f429885a
4950 changed files with 933414 additions and 666 deletions

View File

@@ -35,7 +35,7 @@ def _run_backend_in_thread() -> None:
app=app,
host=BACKEND_BIND_HOST,
port=BACKEND_PORT,
log_level="info",
log_level="warning",
)
server = uvicorn.Server(config)
server.run()