From e811c94c4a054fe0401a8f3fcc0c64643c9b329e Mon Sep 17 00:00:00 2001 From: Student User Date: Tue, 21 Mar 2023 22:05:40 -0400 Subject: [PATCH 1/2] Fixed JSON syntax --- nodejs-helloworld/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-helloworld/package.json b/nodejs-helloworld/package.json index 338e1f7ead..29b13f406d 100644 --- a/nodejs-helloworld/package.json +++ b/nodejs-helloworld/package.json @@ -9,6 +9,6 @@ "author": "Red Hat Training", "license": "ASL", "dependencies": { - "express" "4.14.x" + "express": "4.14.x" } } From da1902b283275772e58edd237c0fc48727ef1c2a Mon Sep 17 00:00:00 2001 From: Student User Date: Thu, 23 Mar 2023 01:47:19 -0400 Subject: [PATCH 2/2] Updated app to version 2 --- php-scale/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-scale/index.php b/php-scale/index.php index c449674f1f..df022a6cb8 100644 --- a/php-scale/index.php +++ b/php-scale/index.php @@ -1,3 +1,3 @@ " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; + print "This is version 2 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; ?>