Remove tokens view for good

This commit is contained in:
Johannes Zellner
2020-02-24 14:36:35 +01:00
parent 92bfda9028
commit 6b89b2be5e
3 changed files with 0 additions and 397 deletions
-3
View File
@@ -159,9 +159,6 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/system', {
controller: 'SystemController',
templateUrl: 'views/system.html?<%= revision %>'
}).when('/tokens', {
controller: 'TokensController',
templateUrl: 'views/tokens.html?<%= revision %>'
}).otherwise({ redirectTo: '/'});
}]);