microblog.go aktualisiert

This commit is contained in:
ds
2026-07-12 18:46:07 +00:00
parent 21f9f78b3c
commit 62a4d6ff66
+2 -1
View File
@@ -36,7 +36,8 @@ func main() {
case ".gif": case ".gif":
w.Header().Set("Content-Type", "image/gif") w.Header().Set("Content-Type", "image/gif")
default: default:
handlePage handlePage(w,r)
return
} }
http.ServeFile(w, r, "."+path) http.ServeFile(w, r, "."+path)