瀏覽代碼

Merge pull request #12657 from noamtamim/patch-1

docs: Set FastAPI app title to "Open WebUI"
Tim Jaeryang Baek 4 月之前
父節點
當前提交
e27c5989bc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      backend/open_webui/main.py

+ 1 - 0
backend/open_webui/main.py

@@ -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,