From afb16306328159d6edfa6e083968d28ca1a010e3 Mon Sep 17 00:00:00 2001 From: Ravijnv7 Date: Fri, 14 Feb 2025 02:44:28 +0530 Subject: [PATCH] modified the /about route --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index e448df2..487e91a 100644 --- a/src/app.js +++ b/src/app.js @@ -22,7 +22,7 @@ app.use(express.static(publicDirectoryPath)) app.get('', (req, res) => { res.render('index', { - title: 'Weather', + title: 'Weather winter', name: 'Prateek Shukla' }) })