Excludes routes from the currently processed middleware. This excluded route has to use an exact same route path.
Attaches passed either routes or controllers to the currently configured middleware. If you pass a class, Nest would attach middleware to every path defined within this controller.
Generated using TypeDoc
Excludes routes from the currently processed middleware. This excluded route has to use an exact same route path.