From a2c5c953cd07b5432bafdbcd3e155cbdcf7e1d18 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 22 Nov 2025 09:15:06 +0000 Subject: [PATCH] Update cmd/main.go --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index b15ff0f..22ccdd7 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. hjdklfhskfhsdh")) } // Metrics ...