(consumer: MiddlewareConsumer)
| 43 | }) |
| 44 | export class AppModule implements NestModule { |
| 45 | configure(consumer: MiddlewareConsumer) { |
| 46 | consumer.apply(LoggingMiddleware).forRoutes('*'); |
| 47 | } |
| 48 | } |
nothing calls this directly
no outgoing calls
no test coverage detected