X-Git-Url: https://git.josue.xyz/?p=VSCPweb%2F.git;a=blobdiff_plain;f=handlers%2Fmanagement%2FmanagementHandlers.go;fp=handlers%2Fmanagement%2FmanagementHandlers.go;h=fc1a92a1af6e9d0b883ab74ee8861c940a04c9c0;hp=869cf9e693825a5519936853d933b0a6529d6186;hb=0c430bc2b5d3ca0ceb0d35271fc7665fb1b1f447;hpb=e811634060c856248c7c73f49f75df9a50efe0bc diff --git a/handlers/management/managementHandlers.go b/handlers/management/managementHandlers.go index 869cf9e..fc1a92a 100644 --- a/handlers/management/managementHandlers.go +++ b/handlers/management/managementHandlers.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") }