We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afbaae0 + 4a879de commit a1a0ed9Copy full SHA for a1a0ed9
application/backend/src/api/endpoints/webui_endpoints.py
@@ -13,6 +13,7 @@
13
14
15
@webui_router.get("/", include_in_schema=False)
16
+@webui_router.get("/{full_path:path}", include_in_schema=False)
17
async def get_webui(full_path: str = "") -> FileResponse: # noqa: ARG001
18
"""Get the webui index.html file."""
19
if settings.static_files_dir and not (file_path := Path(settings.static_files_dir) / "index.html").exists():
0 commit comments