So setzen Sie mehrere statische Pfade in Knoten -EJs

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