From 6d10e4e003443ad051770dfde2d5b8826f992b23 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 8 Mar 2018 14:43:41 -0500 Subject: [PATCH] changed url in server console log --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 131f81f..e23c601 100644 --- a/app.js +++ b/app.js @@ -340,4 +340,4 @@ function pointScored(){ } console.log("Server Running at PORT: 3000 CNTL-C to quit"); -console.log("To Test: open several browsers at: http://localhost:3000/assignment3.html") +console.log("To Test: open several browsers at: http://localhost:3000/airhockey.html")