From 3b69784658fe4e1ff4aa81f909775d2bbdd6dca7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Feb 2021 12:08:05 +0530 Subject: [PATCH] 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