diff --git a/cmd/comic-hasher/main.go b/cmd/comic-hasher/main.go index 0cef031..94b20b8 100644 --- a/cmd/comic-hasher/main.go +++ b/cmd/comic-hasher/main.go @@ -794,6 +794,7 @@ type CHMux struct { func (CHM *CHMux) ServeHTTP(w http.ResponseWriter, r *http.Request) { w.Header().Set("Server", "Comic-Hasher "+CHM.version) + CHM.ServeMux.ServeHTTP(w, r) } func startServer(opts Opts) { imaging.SetMaxProcs(2)