mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-23 19:32:10 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
module.exports = class ShopController {
|
|
index(req, res) {
|
|
res.send('Welcome in our Shop')
|
|
}
|
|
}
|