diff --git a/contacts-troubleshoot/package.json b/contacts-troubleshoot/package.json index da57be9d..c50b8a96 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", diff --git a/version/app.js b/version/app.js index ea830239..4833dd74 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 3 of the app.' + '\n'; //send the response to the client res.send(response);