1 2 3 4 5 6 7 8
/* * GET home page. */ exports.index = function(req, res){ res.render('index', { title: 'Express' }); };