Jak ustawić wiele ścieżek statycznych w węźle EJS

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