index.js 68 B

123
  1. exports.index = function(req, res){
  2. res.render('index', {});
  3. };