Skip to content

Instantly share code, notes, and snippets.

@khlbrg
Created May 30, 2017 17:32
Show Gist options
  • Save khlbrg/1f8300a4cb17ebb3a66a2e3e2264fb21 to your computer and use it in GitHub Desktop.
Save khlbrg/1f8300a4cb17ebb3a66a2e3e2264fb21 to your computer and use it in GitHub Desktop.
Retrieve container from Route
app.post('/user/create', (req, res) => {
const container = req.app.get('context')
const logger = container.get('logger')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment