make non static directory in express.js code example
Example 1: how to set multiple static paths in node ejs
app.use(express.static('public'))
app.use(express.static('files'))
Example 2: static file
Static file is any content that can be delivered to an end user without
having to be generated, modified, or processed.