Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Braineanear/EcommerceAPI
/
Class
monolithic/src/app/app.module.ts:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
],
115
})
116
export
class
AppModule implements NestModule {
117
configure(consumer: MiddlewareConsumer) {
118
consumer.apply(LoggerMiddleware).forRoutes(
'*'
);
119
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected