fix(phase-11): close mobile storage UAT gaps

This commit is contained in:
curo1305
2026-06-17 10:48:35 +02:00
parent c48ebf152c
commit 595b33a68c
8 changed files with 283 additions and 50 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ async def lifespan(app: FastAPI):
# ── Application factory ───────────────────────────────────────────────────────
app = FastAPI(title="Document Scanner API", version="0.1.3", lifespan=lifespan)
app = FastAPI(title="Document Scanner API", version="0.1.4", lifespan=lifespan)
# Rate limiter state (slowapi)
app.state.limiter = auth_limiter