From e834835ed0401097a754508e694c6ce388ccf52b Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:22:06 -0400 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6f80b78d..4fd4e550 100644 --- a/app.js +++ b/app.js @@ -19,7 +19,7 @@ res.send("

Welcome to Node JS express app

"+appEnv.url+appEnv.port+port+p }).listen(9009); console.log(__dirname+"/images/mylandmarklogo.png"); */ -app.get('/landmarktechnologies', function(request, response) { +app.get('/mylandmarktech', function(request, response) { //response.send("

Welcome to Node JS app develpoed by MyLandmarkTech

"); response.write("

Node JS Application

");