diff --git a/http/web.go b/http/web.go index 43a9fac..381eb71 100644 --- a/http/web.go +++ b/http/web.go @@ -610,7 +610,7 @@ func Listen() { return } w.Header().Set("Content-Type", "text/html") - fmt.Fprint(w, `see /metrics`) + fmt.Fprint(w, `see metrics`) }))) } if l.AutoconfigHTTPS.Enabled {