Update main.go
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 49s

This commit is contained in:
2025-11-22 14:35:29 +03:00
parent e88561e6be
commit fe166aff94

View File

@@ -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. hjdklfhskfhsdh"))
w.Write([]byte("Test /hello location"))
}
// Metrics ...