summaryrefslogtreecommitdiffstats
path: root/js/app/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Config.js')
-rw-r--r--js/app/Config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index 772547178..986699090 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -99,9 +99,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
templateUrl: 'content.html',
resolve: getResolve(feedType.FOLDER),
type: feedType.FOLDER
- })
- .otherwise({
- redirectTo: '/items'
});
});