Merge pull request #12657 from noamtamim/patch-1

docs: Set FastAPI app title to "Open WebUI"
This commit is contained in:
Tim Jaeryang Baek 2025-04-09 18:32:26 -07:00 committed by GitHub
commit e27c5989bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,6 +426,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="Open WebUI",
docs_url="/docs" if ENV == "dev" else None,
openapi_url="/openapi.json" if ENV == "dev" else None,
redoc_url=None,