Changed /health response to lowercase
This commit is contained in:
@@ -11,6 +11,7 @@ type healthResponse struct {
|
||||
}
|
||||
|
||||
func HealthHandler(w http.ResponseWriter, r *http.Request) {
|
||||
_ = r
|
||||
resp := healthResponse{
|
||||
Status: "ok",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user