From df0a29ac9ff7b8bf5d9743405a4b5e0a497b3f10 Mon Sep 17 00:00:00 2001 From: Veronica Rivera Date: Tue, 28 Feb 2017 19:27:37 -0500 Subject: [PATCH] Change week 3 to week 6 --- week6/src/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week6/src/routes/index.js b/week6/src/routes/index.js index 0a7918d..0bcb782 100644 --- a/week6/src/routes/index.js +++ b/week6/src/routes/index.js @@ -68,7 +68,7 @@ router.post('/files', function(req, res, next) { router.get('/', (req,res) => { res.render('index', {title: 'This is the title', - message: 'We survived week 3'}); + message: 'We survived week 6'}); }); router.use(function(req, res, next) {