home.js 99 B

12345
  1. exports.index = function(req, res) {
  2. res.render('index', {
  3. title: 'You Be the Judge'
  4. });
  5. };