express can not get image from localhost location in url 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'))