Fix webtitle display problem

This commit is contained in:
yangdx
2025-04-05 02:24:23 +08:00
parent 6e515ba6ca
commit 299c508f27
5 changed files with 15 additions and 28 deletions

View File

@@ -436,6 +436,8 @@ def create_app(args):
"auth_mode": "enabled",
"core_version": core_version,
"api_version": __api_version__,
"webui_title": webui_title,
"webui_description": webui_description,
}
@app.get("/health", dependencies=[Depends(combined_auth)])