Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created January 21, 2019 11:11
Show Gist options
  • Save pablocattaneo/a3cafaaa10118a37ff0698b397350269 to your computer and use it in GitHub Desktop.
Save pablocattaneo/a3cafaaa10118a37ff0698b397350269 to your computer and use it in GitHub Desktop.
app.use('/images', express.static(path.join(__dirname, path_folder_storaging_images)))
// Example
const path = require('path')
app.use('/images', express.static(path.join(__dirname, 'images')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment