Update api.py

This commit is contained in:
RGanor 2022-04-18 22:11:31 +03:00 committed by GitHub
parent f41696c310
commit 4958423cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1215,3 +1215,4 @@ def health():
return make_response("good", 200)
else:
return make_response("bad", 503)