diff --git a/main.go b/main.go index 25923c4..1b33f69 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ type AddResponse struct { func healthHandler(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "application/json") - json.NewEncoder(w).Encode(HealthResponse{Status: "oke"}) + json.NewEncoder(w).Encode(HealthResponse{Status: "Yeee!"}) } func addHandler(w http.ResponseWriter, r *http.Request) {