Some tests
[VSCPweb/.git] / handlers / static / staticHandlers.go
index 7b182dbd38540dddad1016648e3489b91ad5f3de..51cd2b3b3bdc495f50690a2de6c9db98fd72f49a 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")
 }