From 3b69784658fe4e1ff4aa81f909775d2bbdd6dca7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Feb 2021 12:08:05 +0530 Subject: [PATCH 1/2] test1 commit --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index f296005..aff558f 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'Express' }); + res.render('index', { title: 'Express' }); // test1 commit }; \ No newline at end of file From 4bdd1081b857b764a3d4f448347e683699f4d404 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Feb 2021 12:13:16 +0530 Subject: [PATCH 2/2] test2 commit --- routes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/index.js b/routes/index.js index aff558f..344a91d 100644 --- a/routes/index.js +++ b/routes/index.js @@ -4,5 +4,5 @@ */ exports.index = function(req, res){ - res.render('index', { title: 'Express' }); // test1 commit -}; \ No newline at end of file + res.render('index', { title: 'Express' }); // test1 commit +}; // and test2 commit \ No newline at end of file