In the documentation for Inversify Express Utils, the example shows how to override BaseMiddleware
and then to inject it into a particular route in a controller as shown here.
Is there a way to inject the middleware into every route without specifically including it in each @httpX
decorator?