Published
- 1 min read
node js send file from root dir
The solution for this is noted below
node js send file from root dir
Solution
res.sendFile('public/index1.html', { root: __dirname })
Try other methods by searching on the site. That is if this doesn’t work