From b734d00523b2c3abb73aad037c0fa7747675ce94 Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Tue, 2 Jan 2024 21:45:58 +0100 Subject: [PATCH 1/4] Main 2 --- version/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/app.js b/version/app.js index ea8302397..2785f2525 100644 --- a/version/app.js +++ b/version/app.js @@ -5,7 +5,7 @@ var response; app.get('/', function (req, res) { - response = 'This is version 1 of the app.' + '\n'; + response = 'This is version 2 of the app.' + '\n'; //send the response to the client res.send(response); From 90f29b06abe61a0b3aaed0022bfcd8de319bcaa8 Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Tue, 2 Jan 2024 22:07:20 +0100 Subject: [PATCH 2/4] version 3 --- version/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/app.js b/version/app.js index 2785f2525..4833dd74f 100644 --- a/version/app.js +++ b/version/app.js @@ -5,7 +5,7 @@ var response; app.get('/', function (req, res) { - response = 'This is version 2 of the app.' + '\n'; + response = 'This is version 3 of the app.' + '\n'; //send the response to the client res.send(response); From 0375bae6abaf671a718ed0c8b854bcb898c7300e Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Sun, 7 Jan 2024 20:00:59 +0100 Subject: [PATCH 3/4] Fix syntax 2 --- contacts-troubleshoot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts-troubleshoot/package.json b/contacts-troubleshoot/package.json index da57be9d5..c50b8a96c 100644 --- a/contacts-troubleshoot/package.json +++ b/contacts-troubleshoot/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "node ./bin/www.js" }, -dependencies": { +"dependencies": { "cookie-parser": "1.4.5", "debug": "4.3.2", "dotenv": "10.0.0", From f35f67c9c368b44d4c1c3a496161b4de770145a7 Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Sun, 7 Jan 2024 20:05:45 +0100 Subject: [PATCH 4/4] Fix wrong program name --- contacts-troubleshoot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contacts-troubleshoot/package.json b/contacts-troubleshoot/package.json index c50b8a96c..f7e4c5f23 100644 --- a/contacts-troubleshoot/package.json +++ b/contacts-troubleshoot/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "scripts": { - "start": "node ./bin/www.js" + "start": "node ./bin/www" }, "dependencies": { "cookie-parser": "1.4.5",