X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=handlers%2Fstatic%2FstaticHandlers.go;h=51cd2b3b3bdc495f50690a2de6c9db98fd72f49a;hb=05f37a6b612c246b3bcc02a221ace6346ed766be;hp=7b182dbd38540dddad1016648e3489b91ad5f3de;hpb=a49b19ea760f5c6493e0145320f2bf37dd3a96ca;p=VSCPweb%2F.git diff --git a/handlers/static/staticHandlers.go b/handlers/static/staticHandlers.go index 7b182db..51cd2b3 100644 --- a/handlers/static/staticHandlers.go +++ b/handlers/static/staticHandlers.go @@ -13,6 +13,7 @@ import ( // the special agent that each of them will already have installed in order to // connect to the cluster. func MasterHealthHandler(w http.ResponseWriter, r *http.Request) { - fmt.Fprintf("Ëverything should be okay my boi") + w.WriteHeader(http.StatusOK) + fmt.Fprintf(w, "Ëverything should be okay my boi") }