feat(chalice): changed health response

This commit is contained in:
Taha Yassine Kraiem 2023-03-28 16:59:47 +01:00
parent 43d612e100
commit 154944ebe9

View file

@ -109,7 +109,7 @@ def __check_be_service(service_name):
return fail_response
return {
"health": True,
"details": {}
"details": results.json().get("data", {})
}
return fn