From 3ae1144acf007d5ba85406754f78cc9485b85b7c Mon Sep 17 00:00:00 2001 From: sujal4007 Date: Fri, 28 Feb 2025 22:55:23 +0530 Subject: [PATCH 1/2] Update app.js --- hello-nodejs/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hello-nodejs/app.js b/hello-nodejs/app.js index b5ff71d6e..595f98837 100644 --- a/hello-nodejs/app.js +++ b/hello-nodejs/app.js @@ -1,2 +1,3 @@ console.log("Hello World!\n"); +hi From bcb118b681299f326c18996c4ac040e8943de3a1 Mon Sep 17 00:00:00 2001 From: sujal4007 Date: Sun, 2 Mar 2025 22:37:00 +0530 Subject: [PATCH 2/2] Update app.js --- weather/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/app.js b/weather/app.js index c7a42c817..293c5f504 100644 --- a/weather/app.js +++ b/weather/app.js @@ -4,7 +4,7 @@ var path = require('path'); var cookieParser = require('cookie-parser'); var logger = require('morgan'); -var indexRouter = require('./routes/index'); +var index Router = require('./routes/index'); var app = express();