Implement Middleware In Node (HELP)

My code is not submiting please:

app.use( (req, res, next)=>{

console.log(“req.method+ ’ ‘ + req.path + ’ - ’ + req.ip”);

next();

})

Challenge: Implement a Root-Level Request Logger Middleware

Link to the challenge

Hello there,
try and reload the live-app link and then submit, The live-app link is not the same as the project-link however, click on share and you will find the live-app link.

i fixed it, thanks! i will look foward to another problem on the forum

Hello. I want to know how did u fix it please. I am stuck.