diff options
Diffstat (limited to 'routes/index.js')
| -rw-r--r-- | routes/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js index 0bf1fed..ac696e9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'How Long Can You Wait?', currentUser: req.user }); + res.render('index', { title: 'Wait Site', currentUser: req.user }); }; |
