Ajout status

This commit is contained in:
Florian Bouillon 2020-07-03 16:13:13 +02:00
parent 2f377dac82
commit 6091f2f1bc

View File

@ -1,5 +1,5 @@
module.exports = class IndexController {
index(req, res) {
res.send('SoftWare Quality Module')
res.status(200).send('SoftWare Quality Module')
}
}