Remove logs view from the main angular app
This commit is contained in:
@@ -61,9 +61,6 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
}).when('/email', {
|
||||
controller: 'EmailController',
|
||||
templateUrl: 'views/email.html'
|
||||
}).when('/logs', {
|
||||
controller: 'LogsController',
|
||||
templateUrl: 'views/logs.html'
|
||||
}).when('/settings', {
|
||||
controller: 'SettingsController',
|
||||
templateUrl: 'views/settings.html'
|
||||
|
||||
Reference in New Issue
Block a user