Advertisement
Guest User

ajay

a guest
Mar 26th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. app.get('/path1/anchor.html', function(req, res) {
  2.     res.sendFile(__dirname + '/www/anchor.html');
  3. });
  4. app.get('/path1/index.html', function(req, res) {
  5.     res.sendFile(__dirname + '/www/index.html');
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement