From a560b32adbf5467473f802c07f59818e0ca9edef Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Apr 2025 17:31:24 +0530 Subject: [PATCH 1/2] testing chnages --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 541532ebe..6353d91b3 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World!')); +app.get('/', (req, res) => res.send('Hello World of Prerit!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 63bf4ef922b59f7e09419af2cde25bf43c16a38c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Apr 2025 18:53:09 +0530 Subject: [PATCH 2/2] testing chnages part 2 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6353d91b3..492e950c4 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World of Prerit!')); +app.get('/', (req, res) => res.send('Hello World of Prerit, once again!')); app.listen(port); console.log(`App running on http://localhost:${port}`);