mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Login requirement removal for /ping endpoint
This commit is contained in:
parent
e891333971
commit
4d6c6224b4
@ -84,7 +84,6 @@ def index():
|
||||
|
||||
|
||||
@index_bp.route('/ping', methods=['GET'])
|
||||
@login_required
|
||||
def ping():
|
||||
return make_response('ok')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user