mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-22 10:52:15 +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')
|
|
}
|
|
}
|