feat(chalice): changed health-check response
This commit is contained in:
parent
64a82c73fd
commit
b734fbd3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue