I am using app.use(helmet.hidePoweredBy()); in my app but it is still not passing.
I am getting the message helmet.hidePoweredBy() middleware should be mounted correctly.!
I used postman to get the header responses and I do not see the x-powered-by header.
Screen Shot 2021-04-17 at 9.57.34 PM|690x307
code: I’m a new user so I can only post 1 link but I’ll add the github repo in the reply.
solution: https://fcc1.herokuapp.com
Challenge: Hide Potentially Dangerous Information Using helmet.hidePoweredBy()