Skip to content

Commit

Permalink
updating to check that the url has public access on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
melippmann committed Nov 14, 2023
1 parent c3797d0 commit 6d392a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
}


Expand Down

0 comments on commit 6d392a2

Please sign in to comment.