mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Update api.py
This commit is contained in:
parent
f41696c310
commit
4958423cc7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user