how to render static files on a endpoint in expressjs code example
Example: use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express