diff --git a/app/scanningcabinet/handler.go b/app/scanningcabinet/handler.go index 01cd19ba1..ea0b33821 100644 --- a/app/scanningcabinet/handler.go +++ b/app/scanningcabinet/handler.go @@ -643,7 +643,7 @@ func handleRobots(w http.ResponseWriter, r *http.Request) { } func (h *handler) handleUiFile(w http.ResponseWriter, r *http.Request) { - file := strings.TrimPrefix(r.URL.Path, "/ui") + file := strings.TrimPrefix(r.URL.Path, "/ui/") root := h.uiFiles