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) {
|
func HealthHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
_ = r
|
||||||
resp := healthResponse{
|
resp := healthResponse{
|
||||||
Status: "ok",
|
Status: "ok",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user