Some tests
[VSCPweb/.git] / handlers / management / managementHandlers.go
index 869cf9e693825a5519936853d933b0a6529d6186..fc1a92a1af6e9d0b883ab74ee8861c940a04c9c0 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")
 }