Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Sep 23, 2021
1 parent 69b84b8 commit e834835
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 @@ -19,7 +19,7 @@ res.send("<h2>Welcome to Node JS express app</h2>"+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("<h2><center>Welcome to Node JS app develpoed by MyLandmarkTech</h2>");
response.write("<h2><center><u>Node JS Application </u></center></h2>");

Expand Down

0 comments on commit e834835

Please sign in to comment.