Created
December 26, 2018 00:25
-
-
Save rodolphonetto/2816b2d8443813166ea42c1651d6ed59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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