aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
blob: c59de86e64ec8d6400a7af674b5cf251beba9b46 (plain)
1
2
3
module.exports = function(req, res) {
    res.render('index');
};