loader now handles arguments and ./nodebb watch command updated to not use loader.

This commit is contained in:
Julian Lam
2014-02-22 03:01:54 -05:00
parent d6a1fad527
commit b64e5870b7
3 changed files with 12 additions and 10 deletions

View File

@@ -55,9 +55,7 @@ var DebugRoute = function(app) {
});
app.get('/test', function(req, res) {
// categories.getModerators(1, function(err, mods) {
// res.json(mods);
// })
res.send(200);
});
});