From afab7687d7facc98f8663de3790134d50dd59400 Mon Sep 17 00:00:00 2001 From: Peter8234 Date: Mon, 20 Sep 2021 18:33:24 -0400 Subject: [PATCH 1/2] testing 4 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5fa18c0..2119463 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const app = express(); const port = 8080; app.get('/', (req, res) => { - res.send('Hello World 3'); + res.send('Hello World 40000'); }); app.listen(port, () => { From cab6aed89a5673f767e80e4c163f1453c8ba4518 Mon Sep 17 00:00:00 2001 From: Peter8234 Date: Mon, 20 Sep 2021 20:49:04 -0400 Subject: [PATCH 2/2] test more --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2119463..ba7ce3f 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const app = express(); const port = 8080; app.get('/', (req, res) => { - res.send('Hello World 40000'); + res.send('Hello World 4000000'); }); app.listen(port, () => {