Update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-11-22 01:12:18 +03:00
parent 92336e55e6
commit 1a9455a507

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("Hello!!!")) w.Write([]byte("Hello!"))
} }
// Metrics ... // Metrics ...