feat(chalice): changed health-check response

This commit is contained in:
Taha Yassine Kraiem 2023-03-29 11:23:26 +01:00
parent 64a82c73fd
commit b734fbd3ad

View file

@ -95,7 +95,7 @@ def __check_be_service(service_name):
# fail_response["details"]["errors"].append(results.text)
except:
print("couldn't get response")
fail_response["details"]["errors"].append(str(e))
# fail_response["details"]["errors"].append(str(e))
return fail_response
return {
"health": True,