diff --git a/Controller/IndexController.js b/Controller/IndexController.js index f745603..c1195f0 100644 --- a/Controller/IndexController.js +++ b/Controller/IndexController.js @@ -1,5 +1,5 @@ module.exports = class IndexController { index(req, res) { - res.send('SoftWare Quality Module') + res.status(200).send('SoftWare Quality Module') } } \ No newline at end of file