Skip to content

Commit 5b3c859

Browse files
authored
Update app.js
1 parent e834835 commit 5b3c859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ res.send("<h2>Welcome to Node JS express app</h2>"+appEnv.url+appEnv.port+port+p
1919
}).listen(9009);
2020
console.log(__dirname+"/images/mylandmarklogo.png");
2121
*/
22-
app.get('/mylandmarktech', function(request, response) {
22+
app.get('/landmarktechnologies', function(request, response) {
2323
//response.send("<h2><center>Welcome to Node JS app develpoed by MyLandmarkTech</h2>");
2424
response.write("<h2><center><u>Node JS Application </u></center></h2>");
2525

0 commit comments

Comments
 (0)