Tell us what’s happening:
I am unable to figure out what I am doing wrong. I have edited the code in the exercise with :
app.get(“/”, function(req, res) {
res.sendFile(__dirname + “/views/index.html”);
});
and have been unable to solve this problem. I have restarted the npm server multiple times with no success. Nothing I enter or change seems to work.
###Your project link(s)
solution: https://3000-freecodecam-boilerplate-585zi2jn1su.ws-us110.gitpod.io
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
Challenge Information:
Basic Node and Express - Serve an HTML File