Closed
Description
For serving static files, the following is used:
svr.set_base_dir("./folder1");
If I have folder2
from which I also want to serve files, is it possible?
I found this example using express.js, and it is exactly what I want to do
Activity