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

This commit is contained in:
2025-11-22 09:05:58 +03:00
parent b2d6d32c86
commit 65a13302da

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."))
} }
// Metrics ... // Metrics ...