MCPcopy Create free account
hub / github.com/SOS-RS/backend / AppModule

Class AppModule

src/app.module.ts:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ],
43})
44export class AppModule implements NestModule {
45 configure(consumer: MiddlewareConsumer) {
46 consumer.apply(LoggingMiddleware).forRoutes('*');
47 }
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected