diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-04 23:37:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-04 23:37:33 -0400 |
| commit | 0d0c04ad510264f2dbd2deb3bbf0b0d0c0605a62 (patch) | |
| tree | cde48b2e1db249f61edafc28fd649aed22583fd4 /lib/index.js | |
| parent | b2d2bc1c592f5263ed30c26b6a8ea5f48e230e90 (diff) | |
get hootbox
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, }) } ) |
