mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
test route back to 404
This commit is contained in:
@@ -56,6 +56,6 @@ module.exports = function(app, middleware, controllers) {
|
||||
});
|
||||
|
||||
router.get('/test', function(req, res) {
|
||||
process.exit(0);
|
||||
res.redirect(404);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user