diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 14:51:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 14:51:20 -0400 |
| commit | 9957952d2761b1d2b216a9310339e28f25df9f6c (patch) | |
| tree | 5195075b01434f327b73162eee0fa22825e506fd /lib/router.js | |
| parent | 43265c66f757222bbe8fefb670300c0a3d3b51bf (diff) | |
mailbox api
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 e2ba442..5d3dcb5 100644 --- a/lib/router.js +++ b/lib/router.js @@ -116,7 +116,7 @@ module.exports = function(app){ app.get("/api/mailbox/:box", middleware.ensureAuthenticated, - bucky.ensureMailbox, + bucky.ensureMailboxes, bucky.ensureMailboxCounts, bucky.ensureMessages, function(req, res){ |
