diff options
| author | Evan Chiu | 2014-10-30 20:59:16 -0400 |
|---|---|---|
| committer | Evan Chiu | 2014-10-30 20:59:16 -0400 |
| commit | 8047bbd23022f78c081bdacaf0ab6f0054509cf7 (patch) | |
| tree | f1a150762812708bc52eb784603843145dafb635 /routes | |
| parent | 20c24b7c548244672c785d96bde067adef96f404 (diff) | |
| download | sipping-point-8047bbd23022f78c081bdacaf0ab6f0054509cf7.tar.bz2 | |
Adding Facebook login button to index page
Diffstat (limited to 'routes')
| -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 896c948..98487d3 100644 --- a/routes/index.js +++ b/routes/index.js @@ -3,7 +3,7 @@ var router = express.Router(); /* GET home page. */ router.get('/', function(req, res) { - res.render('index', { title: 'Express' }); + res.render('index', { title: 'Sipping Point' }); }); module.exports = router; |
