From 5b3c85916ad977cc4f8ee02ff016f3db92b1a09b Mon Sep 17 00:00:00 2001 From: LandmarkTechnology <70292434+legah2045@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:24:44 -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 4fd4e550..6f80b78d 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('/mylandmarktech', function(request, response) { +app.get('/landmarktechnologies', function(request, response) { //response.send("

Welcome to Node JS app develpoed by MyLandmarkTech

"); response.write("

Node JS Application

");