Skip to content

Instantly share code, notes, and snippets.

@rodolphonetto
Created December 26, 2018 00:25
Show Gist options
  • Save rodolphonetto/2816b2d8443813166ea42c1651d6ed59 to your computer and use it in GitHub Desktop.
Save rodolphonetto/2816b2d8443813166ea42c1651d6ed59 to your computer and use it in GitHub Desktop.
router.get('/', (req, res, next) => {
res.sendFile(path.join(__dirname, '../', 'views', 'produtos', 'produtos.html'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment