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

This commit is contained in:
2025-11-22 09:15:06 +00:00
parent dc72e269fc
commit a2c5c953cd

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