diff --git a/contacts-troubleshoot/package.json b/contacts-troubleshoot/package.json index da57be9d5..f7e4c5f23 100644 --- a/contacts-troubleshoot/package.json +++ b/contacts-troubleshoot/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "scripts": { - "start": "node ./bin/www.js" + "start": "node ./bin/www" }, -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 ea8302397..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 1 of the app.' + '\n'; + response = 'This is version 3 of the app.' + '\n'; //send the response to the client res.send(response);