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

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

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 ...