Tell us what’s happening:
i have coded everything right. but the test case always fails.
Your code so far
app.get("/", function (req, res) {
res.sendFile(__dirname + “/views/index.html”);
});
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
.
Challenge: Serve an HTML File
Link to the challenge: