Remove unused dns views

This commit is contained in:
Johannes Zellner
2015-10-27 10:40:05 +01:00
parent 5d589e7330
commit dff27fe7b3
3 changed files with 0 additions and 84 deletions

View File

@@ -25,9 +25,6 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/apps', {
controller: 'AppsController',
templateUrl: 'views/apps.html'
}).when('/dns', {
controller: 'DnsController',
templateUrl: 'views/dns.html'
}).when('/account', {
controller: 'AccountController',
templateUrl: 'views/account.html'