Update api.py

This commit is contained in:
RGanor
2022-04-18 22:11:31 +03:00
committed by GitHub
parent f41696c310
commit 4958423cc7

View File

@ -1214,4 +1214,5 @@ def health():
if resp.status_code == 200:
return make_response("good", 200)
else:
return make_response("bad", 503)
return make_response("bad", 503)