mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
primary worker support, and added notif pruning to primary worker jobs
This commit is contained in:
@@ -56,6 +56,6 @@ module.exports = function(app, middleware, controllers) {
|
||||
});
|
||||
|
||||
router.get('/test', function(req, res) {
|
||||
res.redirect(404);
|
||||
process.exit(0);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user