Remove logs view from the main angular app

This commit is contained in:
Johannes Zellner
2018-01-15 16:28:19 +01:00
parent 4ed35c25a5
commit 02b43382c8

View File

@@ -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'