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

Method configure

apps/backend/src/app.module.ts:30–32  ·  view source on GitHub ↗
(consumer: MiddlewareConsumer)

Source from the content-addressed store, hash-verified

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