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}); });