started #961, first pass

This commit is contained in:
Julian Lam
2014-02-07 11:21:23 -05:00
parent d2bed7791c
commit e176abae50
3 changed files with 9 additions and 13 deletions

View File

@@ -74,13 +74,9 @@ var DebugRoute = function(app) {
});
app.get('/test', function(req, res) {
var db = require('./../database');
db.getSortedSetRevRange('topics:recent', 0 , -1, function(err, tids) {
res.json(tids);
});
// categories.getModerators(1, function(err, mods) {
// res.json(mods);
// })
});
});