diff --git a/cmd/main.go b/cmd/main.go index 6a4253b..2a7ab1e 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -65,7 +65,7 @@ func metricsHandler(w http.ResponseWriter, req *http.Request) { // helloHandler ... func helloHandler(w http.ResponseWriter, req *http.Request) { - w.Write([]byte("Test /hello location")) + w.Write([]byte("Test /hello location. ghjsagjgas g ahsgdfkhjgdf gahsdjk")) } // Metrics ...