mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Remove POST method in global search route
This commit is contained in:
parent
de69eaf825
commit
a65b940103
@ -1017,7 +1017,7 @@ def delete_template(template):
|
||||
return redirect(url_for('admin.templates'))
|
||||
|
||||
|
||||
@admin_bp.route('/global-search', methods=['GET', 'POST'])
|
||||
@admin_bp.route('/global-search', methods=['GET'])
|
||||
@login_required
|
||||
@operator_role_required
|
||||
def global_search():
|
||||
|
Loading…
Reference in New Issue
Block a user