Test passé

This commit is contained in:
2020-07-02 15:29:12 +02:00
parent edc96ab216
commit a7f82b6383
4 changed files with 2258 additions and 3 deletions

View File

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