Add enable/disable incoming email domain config
This commit is contained in:
@@ -86,11 +86,11 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
// controller: 'EmailsEventlogController',
|
||||
// templateUrl: 'views/emails-eventlog.html?' + window.VITE_CACHE_ID
|
||||
}).when('/emails-queue', {
|
||||
controller: 'EmailsQueueController',
|
||||
templateUrl: 'views/emails-queue.html?' + window.VITE_CACHE_ID
|
||||
// controller: 'EmailsQueueController',
|
||||
// templateUrl: 'views/emails-queue.html?' + window.VITE_CACHE_ID
|
||||
}).when('/email/:domain/:view?', {
|
||||
controller: 'EmailController',
|
||||
templateUrl: 'views/email.html?' + window.VITE_CACHE_ID
|
||||
// controller: 'EmailController',
|
||||
// templateUrl: 'views/email.html?' + window.VITE_CACHE_ID
|
||||
}).when('/notifications', {
|
||||
controller: 'NotificationsController',
|
||||
templateUrl: 'views/notifications.html?' + window.VITE_CACHE_ID
|
||||
|
||||
Reference in New Issue
Block a user