NestJS - Middleware
You want to apply two middleware,
AuthMiddleware and LoggerMiddleware, only to POST requests on the /orders route. Which code correctly applies both middleware in NestJS?