2017-11-20 17:00:54 +00:00

3 lines
62 B
JavaScript

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