Update main.go

This commit is contained in:
Christian Krakau-Louis
2025-02-18 15:36:09 +01:00
committed by GitHub
parent 734b7da546
commit 6dfb83eb6a
+1 -2
View File
@@ -14,7 +14,6 @@ import (
"net/http"
"os"
"path/filepath"
"strings"
"sync"
"time"
)
@@ -199,7 +198,7 @@ func caHandler(w http.ResponseWriter, r *http.Request) {
w.Write(caData)
}
// blockHandler serves the fancy block page.
// blockHandler serves the block page.
func blockHandler(w http.ResponseWriter, r *http.Request) {
log.Printf("Serving block page for %s", r.URL.String())
w.Header().Set("Content-Type", "text/html")