Update main.go
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 49s
All checks were successful
Build and release project / Explore-Gitea-Actions (push) Successful in 49s
This commit is contained in:
@@ -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. hjdklfhskfhsdh"))
|
w.Write([]byte("Test /hello location"))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Metrics ...
|
// Metrics ...
|
||||||
|
|||||||
Reference in New Issue
Block a user