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

This commit is contained in:
2025-11-22 00:51:29 +03:00
parent 7525713770
commit 92336e55e6

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