feat(chalice): changed health response
This commit is contained in:
parent
154944ebe9
commit
e57e04fcb4
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def __check_be_service(service_name):
|
|||
return fail_response
|
||||
return {
|
||||
"health": True,
|
||||
"details": results.json().get("data", {})
|
||||
"details": {}
|
||||
}
|
||||
|
||||
return fn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue