feat: add some log
All checks were successful
Build and Push Server / build-and-push (push) Successful in 13m1s

This commit is contained in:
Max Richter
2025-10-31 14:41:46 +01:00
parent 6c47c8c3e9
commit 7c5f9f7829

View File

@@ -98,6 +98,8 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
target := cleanURLLike(reqPath)
fmt.Printf("[serve] %s %s\n", r.Method, target)
switch r.Method {
case http.MethodGet:
h.get(w, target)