diff options
Diffstat (limited to 'lib/router.js')
| -rw-r--r-- | lib/router.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.js b/lib/router.js index 66aa1bf..4451a13 100644 --- a/lib/router.js +++ b/lib/router.js @@ -29,13 +29,13 @@ module.exports = function(app){ app.post("/api/login", auth.loggedInLocal) app.get("/api/index", + bucky.ensureLastlog, middleware.ensureAuthenticated, bucky.ensureLatestThreads, bucky.ensureCommentCountsForThreads, bucky.ensureFileCountsForThreads, bucky.ensureKeywordsForThreads, bucky.ensureHootbox, - bucky.ensureLastlog, function(req, res){ res.json({ threads: res.threads, |
