mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-22 10:52:15 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
module.exports = class IndexController {
|
|
index(req, res) {
|
|
res.send('SoftWare Quality Module')
|
|
}
|
|
} |