diff --git a/hugo.go b/hugo.go index 6a3aac64..2427313e 100644 --- a/hugo.go +++ b/hugo.go @@ -30,7 +30,7 @@ func (h handler) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) return a.ServeHTTP(w, r) } - return 200, nil + return h.Next.ServeHTTP(w, r) } func (a adminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) {