final pass #1720, closed #1720

This commit is contained in:
Julian Lam
2014-06-20 17:53:40 -04:00
parent d257632878
commit c41bb05711
8 changed files with 33 additions and 42 deletions

View File

@@ -54,10 +54,7 @@ module.exports = function(app, middleware, controllers) {
});
app.get('/test', function(req, res) {
var a = require('../groups');
a.getLatestMemberPosts('mcg', 5, function() {
res.json(arguments);
});
res.redirect('404');
});
});
};