From b92e88556eeb8de2ab31995bb78f2decfc8ba607 Mon Sep 17 00:00:00 2001 From: jinwood1 Date: Thu, 5 Jan 2023 22:18:10 -0500 Subject: [PATCH 1/2] update to version 2 --- version/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/app.js b/version/app.js index ea830239..2785f252 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 7966bf2eeae9d48bb3e8da02e4ed1732797f033f Mon Sep 17 00:00:00 2001 From: jinwood1 Date: Thu, 5 Jan 2023 22:26:27 -0500 Subject: [PATCH 2/2] update to version 3 --- version/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/app.js b/version/app.js index 2785f252..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 2 of the app.' + '\n'; + response = 'This is version 3 of the app.' + '\n'; //send the response to the client res.send(response);