summaryrefslogtreecommitdiff
path: root/routes/index.js
blob: 0bf1fed4123dbb396c00f9e3adcf0f1d8bc22bc6 (plain)
1
2
3
4
5
6
7
8
/*
 * GET home page.
 */

exports.index = function(req, res){
  res.render('index', { title: 'How Long Can You Wait?', currentUser: req.user });
};