3 Commits

Author SHA1 Message Date
4c8b8fa50f Update main.go
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 50s
2025-11-22 15:20:54 +03:00
e223ba0458 Update main.go
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 51s
2025-11-22 14:51:36 +03:00
fe166aff94 Update main.go
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 49s
2025-11-22 14:35:29 +03:00

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