X-Git-Url: https://git.josue.xyz/?p=VSCPweb%2F.git;a=blobdiff_plain;f=handlers%2Fhealth%2FhealthHandlers.go;fp=handlers%2Fhealth%2FhealthHandlers.go;h=3b2ec63f5ae45f6f6e4f11e39ab980c3fa5f77d6;hp=81d0525d54a08e05ae7f3b3159d406b6d6f535f1;hb=0c430bc2b5d3ca0ceb0d35271fc7665fb1b1f447;hpb=e811634060c856248c7c73f49f75df9a50efe0bc diff --git a/handlers/health/healthHandlers.go b/handlers/health/healthHandlers.go index 81d0525..3b2ec63 100644 --- a/handlers/health/healthHandlers.go +++ b/handlers/health/healthHandlers.go @@ -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") }