summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 37d5374..5fe7e68 100644
--- a/main.go
+++ b/main.go
@@ -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) {