Update application title and headers; specify versions for bcrypt and passlib in requirements

This commit is contained in:
2026-04-29 13:01:55 +02:00
parent 52e95e3fe0
commit 8871f136d4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="AI Allucanget Biz API",
title="All You Can GET AI Biz API",
description="Multi-modal AI generation API powered by openrouter.ai",
version="0.1.0",
lifespan=lifespan,