I started an express server on port 4000 using “npm start” and in the same directory as my server I have an image.
However, navigating to localhost:4000/myimagepath fails to display the image. Does anyone konw what the problem is, and how I can get this to work?