mirror of https://github.com/perkeep/perkeep.git
parent
328c536cf4
commit
b2d3e64a0f
|
@ -643,7 +643,7 @@ func handleRobots(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *handler) handleUiFile(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
|
root := h.uiFiles
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue