how to have many paths webstie node code example
Example: how to set multiple static paths in node ejs
app.use(express.static('public'))
app.use(express.static('files'))
app.use(express.static('public'))
app.use(express.static('files'))