Update main.go

This commit is contained in:
2025-11-22 15:20:54 +03:00
parent e223ba0458
commit 38677c8120

View File

@@ -65,7 +65,7 @@ func metricsHandler(w http.ResponseWriter, req *http.Request) {
// helloHandler ... // helloHandler ...
func helloHandler(w http.ResponseWriter, req *http.Request) { func helloHandler(w http.ResponseWriter, req *http.Request) {
w.Write([]byte("Test /hello location. ghjsagjgas g ahsgdfkhjgdf gahsdjk")) w.Write([]byte("Test /hello location"))
} }
// Metrics ... // Metrics ...