diff options
Diffstat (limited to 'lib/index.js')
| -rw-r--r-- | lib/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/index.js b/lib/index.js index f987077..51a8e07 100644 --- a/lib/index.js +++ b/lib/index.js @@ -83,9 +83,11 @@ site.route = function(){ bucky.ensureCommentCountsForThreads, bucky.ensureFileCountsForThreads, bucky.ensureFileSizeForThreads, + bucky.ensureHootbox, function(req, res){ res.json({ threads: res.threads, + hootbox: res.hootbox, }) } ) |
