Some tests
[VSCPweb/.git] / handlers / controller / controllerHandlers.go
index f01514a7965ad88e82b93644e6a4293da2640021..04c0150f558eb0264afe9cc0fc276b2060e97fba 100644 (file)
@@ -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")
 }