diff --git a/pkg/srv/http/http.go b/pkg/srv/http/http.go index 4db9e45..05f434d 100644 --- a/pkg/srv/http/http.go +++ b/pkg/srv/http/http.go @@ -44,7 +44,6 @@ func prepHTTPServer(opts *opts.AppHTTP) *http.Server { healthChecks := handleHealthCheckFunc(opts.Ctx, opts.HealthChecks...) mux.HandleFunc("/health", healthChecks) - mux.HandleFunc("/", healthChecks) for _, f := range opts.Funcs { mux.HandleFunc(f.Path, f.HandlerFunc)