MCPcopy Create free account
hub / github.com/Dyan-Dev/dyan / AppModule

Class AppModule

apps/backend/src/app.module.ts:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 providers: [AppService],
28})
29export class AppModule implements NestModule {
30 configure(consumer: MiddlewareConsumer) {
31 consumer.apply(JwtMiddleware).forRoutes('*');
32 }
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected