Some tests
[VSCPweb/.git] / handlers / virtualapi / virtualapiHandlers.go
index 264e910e6fe9c787833f2cd257b59ef3dbadc1d7..f5d73bedc1da3cafb9606eb75b10a0a1587e2b36 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")
 }