From 94b9dd4032ccc981d6946734b730993ddcab6e80 Mon Sep 17 00:00:00 2001 From: Vivek Date: Sat, 2 Jul 2022 19:16:55 +0530 Subject: [PATCH] final commit --- index1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index1.js b/index1.js index 25a7ba8..fbbc397 100644 --- a/index1.js +++ b/index1.js @@ -17,7 +17,7 @@ app.get('/profile' , (req , res) => { email:'anil@gmail.com', city:'Noida' } - res.render('profile'); + res.render('profile' , {user}); });