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

exports.index = function(req, res){
  res.render('index', { title: 'Wait Site', currentUser: req.user });
};