Posts by Bruno Macedo • 7 points
1 post
-
-1
votes2
answers90
viewsA: My localhost route:3000/files/ does not show the image ( express.Static does not return the image)
It is that you are changing the header of the answer to return a JSON. Try to save Cors to a variable and pass only on the route you want to enable. Something like this... const bodyParser =…