summaryrefslogtreecommitdiff
path: root/bucky/app/api.js
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2017-12-15 04:35:48 -0500
committerJules <jules@asdf.us>2017-12-15 04:35:48 -0500
commit37fd2b5287ced2b2beb72d9659addaa58ae2521b (patch)
treee9a8b80e5fd5808b402a6c3aeedff1f575fa0ceb /bucky/app/api.js
parent8c0196b973d936a8659bb27d5f189410bc5f8ea6 (diff)
revert ugliness
Diffstat (limited to 'bucky/app/api.js')
-rw-r--r--bucky/app/api.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/bucky/app/api.js b/bucky/app/api.js
index b3540ae..5635ce9 100644
--- a/bucky/app/api.js
+++ b/bucky/app/api.js
@@ -45,21 +45,13 @@ function route (app){
app.get("/api/index",
bucky.ensureLastlog,
middleware.ensureAuthenticated,
- (req,res,next) => {console.log('uthed'); next()},
bucky.ensureLatestThreads,
- (req,res,next) => {console.log('lat'); next()},
bucky.filterPrivateThreads,
- (req,res,next) => {console.log('priv'); next()},
bucky.ensureCommentCountsForThreads,
- (req,res,next) => {console.log('com'); next()},
bucky.ensureFileCountsForThreads,
- (req,res,next) => {console.log('fil'); next()},
bucky.ensureKeywordsForThreads,
- (req,res,next) => {console.log('keyz'); next()},
bucky.ensureHootbox,
- (req,res,next) => {console.log('hootz'); next()},
bucky.bumpLastSeen,
- (req,res,next) => {console.log('done'); next()},
function(req, res){
res.json({
threads: res.threads,