From b9555ecc116c30effdda08e85c5073e4cead6418 Mon Sep 17 00:00:00 2001 From: chinmayterkar09 Date: Mon, 27 Jan 2025 11:52:11 +0530 Subject: [PATCH 1/2] updated app to v2 --- 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 f049114ced3e15897c28d385b5196d8eb1315a84 Mon Sep 17 00:00:00 2001 From: chinmayterkar09 Date: Mon, 27 Jan 2025 11:53:27 +0530 Subject: [PATCH 2/2] updated app to v3 --- 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);