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

This commit is contained in:
2025-11-24 08:13:19 +00:00
parent 6ba07470c5
commit 53caf2fb84

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. Ghjhsgd sgdf gahsj fgkajshdfg agdhfjkahdfg a"))
w.Write([]byte("Test /hello location."))
}
// Metrics ...