diff options
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -290,6 +290,7 @@ func handleDeletionLog(w http.ResponseWriter, r *http.Request) { func handle(w http.ResponseWriter, r *http.Request) { if r.URL.Path == deletionPath || strings.HasPrefix(r.URL.Path, prefix+"static/") { http.DefaultServeMux.ServeHTTP(w, r) + return } if !strings.HasPrefix(r.URL.Path, prefix) { |