NestJS - Middleware
Given this middleware application code in a NestJS module:
Which routes will have the
consumer.apply(AuthMiddleware).forRoutes('users');Which routes will have the
AuthMiddleware applied?