aboutsummaryrefslogtreecommitdiffstats
path: root/routes
diff options
context:
space:
mode:
authorEvan Chiu2014-10-30 20:59:16 -0400
committerEvan Chiu2014-10-30 20:59:16 -0400
commit8047bbd23022f78c081bdacaf0ab6f0054509cf7 (patch)
treef1a150762812708bc52eb784603843145dafb635 /routes
parent20c24b7c548244672c785d96bde067adef96f404 (diff)
downloadsipping-point-8047bbd23022f78c081bdacaf0ab6f0054509cf7.tar.bz2
Adding Facebook login button to index page
Diffstat (limited to 'routes')
-rw-r--r--routes/index.js2
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;