microblog.go aktualisiert

This commit is contained in:
ds
2026-07-12 18:56:48 +00:00
parent 37fc665447
commit 15b6fb22b6
+1 -1
View File
@@ -29,7 +29,7 @@ func main() {
switch ext {
case ".css":
println("css gefunden")
println("css gefunden. path: " + path)
w.Header().Set("Content-Type", "text/css")
case ".jpg", ".jpeg":
w.Header().Set("Content-Type", "image/jpeg")