mcst/routes/home.js

4 lines
66 B
JavaScript
Raw Normal View History

2022-09-25 00:40:25 -04:00
exports.getIndex = function(req, res) {
res.render('index');
};