This commit is contained in:
Barış Soner Uşaklı
2017-04-28 19:35:48 -04:00
parent 59d0815073
commit f3c4d2ebe3
3 changed files with 7 additions and 7 deletions

View File

@@ -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');
};