Created
October 4, 2018 09:38
-
-
Save joelanman/25096a42f54e53297142735ef78bc995 to your computer and use it in GitHub Desktop.
This file contains 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('/section-1*', function(req, res, next){ | |
res.locals['serviceName'] = foo | |
next() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment