From 34cf1408b941bc7962e39fb4d65b8ea315f2d7d2 Mon Sep 17 00:00:00 2001 From: mahmoudmohamed22 Date: Thu, 22 Sep 2022 20:50:19 +0200 Subject: [PATCH 1/2] first modification and first trigger --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 54e5fef1f..5e6d7a475 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const port = process.env.PORT || 3000; const server = http.createServer((req, res) => { res.statusCode = 200; - const msg = 'Hello Node!\n' + const msg = 'Hello Node hello DevOPs Team !\n' res.end(msg); }); From 415d6913e273d7bdb0300e31a6cf4a8ebe2575a9 Mon Sep 17 00:00:00 2001 From: mahmoudmohamed22 Date: Thu, 22 Sep 2022 21:02:59 +0200 Subject: [PATCH 2/2] second modification --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5e6d7a475..cd78401d3 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const port = process.env.PORT || 3000; const server = http.createServer((req, res) => { res.statusCode = 200; - const msg = 'Hello Node hello DevOPs Team !\n' + const msg = 'Hello Node hello DevOPs Team and more mkdsnamflmmdnmanf !\n' res.end(msg); });