I want to show all the files in the uploads folder as a list of files when serving via express.
Using app.use(express.static("public"));
only serves individual files.
I cannot directly see all files in that folder like if I go to localhost:3000/public