This commit is contained in:
Baris Soner Usakli
2014-01-30 19:46:25 -05:00
parent 45e2f7f7f5
commit a86ddc9934
9 changed files with 179 additions and 55 deletions

View File

@@ -430,7 +430,7 @@ module.exports.server = server;
// Basic Routes (entirely client-side parsed, goal is to move the rest of the crap in this file into this one section)
(function () {
var routes = ['login', 'register', 'account', 'recent', '403', '404', '500'],
var routes = ['login', 'register', 'account', 'recent', 'popular', '403', '404', '500'],
loginRequired = ['unread', 'notifications'];
async.each(routes.concat(loginRequired), function(route, next) {