Hi, everyone,
I get the error message below whenever I submit the glitch URL or click the show live button:
res.send is not a function
The code I entered is as follows:
app.get('/', function(res, req) {
res.send('Hello Express');
});
Please, how do I solve this issue?
Find below the link to the challenge:
https://learn.freecodecamp.org/apis-and-microservices/basic-node-and-express/start-a-working-express-server
Thanks.