mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Update api.py
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user