Development

This commit is contained in:
Matthew Grotke 2026-05-23 03:22:52 -04:00
parent 50e2beb2cb
commit b99ea35f79
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import validation as validate
bp = Blueprint('action_dnsblocklists', __name__)
VIEW = '/view/view_dns_server'
VIEW = '/view/view_dns_blocklists'
_VALID_FORMATS_STR = ', '.join(sorted(validate.VALID_BLOCKLIST_FORMATS))