Skip to content

Instantly share code, notes, and snippets.

@joelanman
Created October 4, 2018 09:38
Show Gist options
  • Save joelanman/25096a42f54e53297142735ef78bc995 to your computer and use it in GitHub Desktop.
Save joelanman/25096a42f54e53297142735ef78bc995 to your computer and use it in GitHub Desktop.
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