feat(chalice): changed health response

This commit is contained in:
Taha Yassine Kraiem 2023-03-28 17:16:21 +01:00
parent 154944ebe9
commit e57e04fcb4

View file

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