mcst/routes/home.js

4 lines
66 B
JavaScript

exports.getIndex = function(req, res) {
res.render('index');
};