MCPcopy
hub / github.com/nestjs/nest / registerRouterHooks

Method registerRouterHooks

packages/core/nest-application.ts:215–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 public async registerRouterHooks() {
216 this.routesResolver.registerNotFoundHandler();
217 this.routesResolver.registerExceptionHandler();
218 }
219
220 public connectMicroservice<T extends object>(
221 microserviceOptions: T,

Callers 1

initMethod · 0.95

Calls 2

Tested by

no test coverage detected