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, 3 insertions, 0 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index 62a079808..2825c43e1 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -97,6 +97,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
templateUrl: 'content.html',
resolve: getResolve(feedType.FOLDER),
type: feedType.FOLDER
+ }).when('/shortcuts', {
+ templateUrl: 'shortcuts.html',
+ type: -1
});
});