From 6d392a2300414e2991e476e711103a0da4b93cfb Mon Sep 17 00:00:00 2001 From: Meher Lippmann Date: Mon, 13 Nov 2023 22:37:56 -0800 Subject: [PATCH] updating to check that the url has public access on deployment --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a3d839b..39495fe 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,7 @@ const hostname='localhost' var jsonObj = { "message": "My name is Meher Lippmann", "timestamp": new Date().getTime()/1000, - "deploy": "Build and deploy!", + "deploy": "Build and deploy with public access!", }