This commit is contained in:
Henrique Dias 2015-09-12 14:16:15 +01:00
parent 74a857d6ab
commit 924a5fd900

View File

@ -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) {