Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOS-RS/backend
/
Class
src/app.module.ts:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
],
43
})
44
export
class
AppModule implements NestModule {
45
configure(consumer: MiddlewareConsumer) {
46
consumer.apply(LoggingMiddleware).forRoutes(
'*'
);
47
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected