mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
closes #5636
This commit is contained in:
@@ -370,7 +370,3 @@ Controllers.termsOfUse = function (req, res, next) {
|
||||
termsOfUse: meta.config.termsOfUse,
|
||||
});
|
||||
};
|
||||
|
||||
Controllers.ping = function (req, res) {
|
||||
res.status(200).send(req.path === '/sping' ? 'healthy' : '200');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user