Skip to content

Commit a1a0ed9

Browse files
Merge branch 'ashwin/feature/dockerfile_2' of github.com:ashwinvaidya17/anomalib into ashwin/feature/dockerfile_2
2 parents afbaae0 + 4a879de commit a1a0ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/backend/src/api/endpoints/webui_endpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414

1515
@webui_router.get("/", include_in_schema=False)
16+
@webui_router.get("/{full_path:path}", include_in_schema=False)
1617
async def get_webui(full_path: str = "") -> FileResponse: # noqa: ARG001
1718
"""Get the webui index.html file."""
1819
if settings.static_files_dir and not (file_path := Path(settings.static_files_dir) / "index.html").exists():

0 commit comments

Comments
 (0)