I have the following file structure in my node.js server with two .png images...
I also have the following get request..
app.get("/getFile", function (request, response) {
});
How do I send one or even both of these files to the frontend so that I can view the images in the browser?