diff --git a/routes/index.js b/routes/index.js index f296005..344a91d 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'Express' }); -}; \ No newline at end of file + res.render('index', { title: 'Express' }); // test1 commit +}; // and test2 commit \ No newline at end of file