mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
loader now handles arguments and ./nodebb watch command updated to not use loader.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user