mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
Merge pull request #12657 from noamtamim/patch-1
docs: Set FastAPI app title to "Open WebUI"
This commit is contained in:
commit
e27c5989bc
1 changed files with 1 additions and 0 deletions
|
|
@ -426,6 +426,7 @@ async def lifespan(app: FastAPI):
|
||||||
|
|
||||||
|
|
||||||
app = FastAPI(
|
app = FastAPI(
|
||||||
|
title="Open WebUI",
|
||||||
docs_url="/docs" if ENV == "dev" else None,
|
docs_url="/docs" if ENV == "dev" else None,
|
||||||
openapi_url="/openapi.json" if ENV == "dev" else None,
|
openapi_url="/openapi.json" if ENV == "dev" else None,
|
||||||
redoc_url=None,
|
redoc_url=None,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue