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

This commit is contained in:
2025-11-22 09:04:25 +03:00
parent 6fc402fde6
commit b2d6d32c86

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