rename setupdns to setup

This commit is contained in:
Girish Ramakrishnan
2024-04-26 20:32:23 +02:00
parent 051bcb7819
commit 834a7d0f55
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
{ name: 'Custom Wildcard Certificate', value: 'fallback' },
];
// keep in sync with setupdns.js
// keep in sync with setup.js
$scope.dnsProvider = [
{ name: 'AWS Route53', value: 'route53' },
{ name: 'Bunny', value: 'bunny' },