DNS route

This commit is contained in:
2026-02-25 12:11:31 -05:00
parent b78376cdf9
commit 21ff1b0bb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
$(document).ready(async function(){
// Set the jq Templates
$.scope.providerField.put = function(){};
$.scope.DnsProvider.push(...(await app.api.get('/dns?detail=true')).results);
$.scope.DnsProvider.push(...(await app.api.get('dns?detail=true')).results);
// Populate
providerGet();