From b734d00523b2c3abb73aad037c0fa7747675ce94 Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Tue, 2 Jan 2024 21:45:58 +0100 Subject: [PATCH 1/3] 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/3] 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 607ce991e87395e4fecc478df6262bddf7f2e0c9 Mon Sep 17 00:00:00 2001 From: maciejpanczyk Date: Sun, 7 Jan 2024 19:49:31 +0100 Subject: [PATCH 3/3] Fix syntax --- 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",