| 27 | providers: [AppService], |
| 28 | }) |
| 29 | export class AppModule implements NestModule { |
| 30 | configure(consumer: MiddlewareConsumer) { |
| 31 | consumer.apply(JwtMiddleware).forRoutes('*'); |
| 32 | } |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected