add debug message

This commit is contained in:
ds
2026-07-12 18:53:29 +00:00
parent 147dd3c01c
commit 87bb58e865
+1
View File
@@ -36,6 +36,7 @@ func main() {
case ".gif": case ".gif":
w.Header().Set("Content-Type", "image/gif") w.Header().Set("Content-Type", "image/gif")
default: default:
fmt.Println("rufe handlePage")
handlePage(w,r) handlePage(w,r)
return return
} }