8000 inversify-express-example/MiddlewareInjection at master · inversify/inversify-express-example · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Middleware Injection

One common use case of Inversify is to inject middleware into your controllers. Unfortunately, the way to do this isn't immediately obvious. This small example shows one way to accomplish this.

0