From 53caf2fb84d37e6fa7b347f6f629822a51a2a6e1 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 24 Nov 2025 08:13:19 +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 1134679..b15ff0f 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. Ghjhsgd sgdf gahsj fgkajshdfg agdhfjkahdfg a")) + w.Write([]byte("Test /hello location.")) } // Metrics ...