diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-06 11:48:08 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-06 11:48:08 -0400 |
| commit | abe12120374d07cf5f87192964a9d1c10741e475 (patch) | |
| tree | 48a5c09e51863fe1508e7404cec2a9340e29f686 /lib/index.js | |
| parent | 5b1461e7b4d32e96eaa8386b4b7ea96ec4b18d5a (diff) | |
header
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 e84c32a..ace34af 100644 --- a/lib/index.js +++ b/lib/index.js @@ -89,10 +89,12 @@ site.route = function(){ bucky.ensureFileCountsForThreads, // bucky.ensureFileSizeForThreads, bucky.ensureHootbox, + bucky.ensureLastlog, function(req, res){ res.json({ threads: res.threads, hootbox: res.hootbox, + lastlog: res.lastlog, }) } ) |
