From 9a00654d0ccc3db5ead4426f47ad2f796b40a8b1 Mon Sep 17 00:00:00 2001 From: Manohar Date: Sun, 17 Mar 2024 02:44:14 +0000 Subject: [PATCH 1/4] message updated --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 541532ebe..b15d0e8af 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('welcome to k21acadamey!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 32f18356d1c39aa39180c620efdbf19b1422fb01 Mon Sep 17 00:00:00 2001 From: Manohar Date: Fri, 5 Apr 2024 15:07:08 -0400 Subject: [PATCH 2/4] updated message --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b15d0e8af..5eb368fa5 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('welcome to k21acadamey!')); +app.get('/', (req, res) => res.send('welcome to k21acadamey 4-5-2024!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From cb15c077eabc409e94d1c8732aa8834a28aca783 Mon Sep 17 00:00:00 2001 From: Manohar Date: Fri, 5 Apr 2024 15:13:11 -0400 Subject: [PATCH 3/4] message updated with date --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5eb368fa5..089db28e3 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('welcome to k21acadamey 4-5-2024!')); +app.get('/', (req, res) => res.send('welcome to k21acadamey projects 4-5-2024!')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 71ee9f330d43ec99d8d7a0593481cb97465dab4d Mon Sep 17 00:00:00 2001 From: Manohar Date: Fri, 5 Apr 2024 16:29:27 -0400 Subject: [PATCH 4/4] added review stage --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 089db28e3..7fd94cd5e 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('welcome to k21acadamey projects 4-5-2024!')); +app.get('/', (req, res) => res.send('I have added a review stage in pipeline with manual approval condition!')); app.listen(port); console.log(`App running on http://localhost:${port}`);