diff options
| author | Ryder Ripps <theryderproject@gmail.com> | 2013-01-23 18:42:53 -0500 |
|---|---|---|
| committer | Ryder Ripps <theryderproject@gmail.com> | 2013-01-23 18:42:53 -0500 |
| commit | 460fe570302ca7f53ddf62f08f887fd733df14c2 (patch) | |
| tree | 4c829057313fa642c2758bf2df435e654f30df1a /routes/index.js | |
| parent | f65d62d70fc469aed0e80fe1babc5d133c848651 (diff) | |
v1 design
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 }); }; |
