mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
@@ -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');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user