Some tests
[VSCPweb/.git] / handlers / health / healthHandlers.go
index 81d0525d54a08e05ae7f3b3159d406b6d6f535f1..3b2ec63f5ae45f6f6e4f11e39ab980c3fa5f77d6 100644 (file)
@@ -19,4 +19,5 @@ import (
 func MasterHealthHandler(w http.ResponseWriter, r *http.Request) {
        w.WriteHeader(http.StatusOK)
        fmt.Fprintf(w, "Ëverything should be okay my boi")
+       fmt.Println("health handler")
 }