cara mengatur beberapa jalur statis di simpul EJS

app.use(express.static('public'))
app.use(express.static('files'))
Testy Tamarin