From 87fc6e1eca7e6f27874b8254c8a25b957428b9dd Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Sat, 22 Nov 2025 19:40:14 +0300 Subject: [PATCH] Update actions --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 6a4253b..1134679 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. Ghjhsgd sgdf gahsj fgkajshdfg agdhfjkahdfg a")) } // Metrics ...