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

Method getGlobalPrefix

packages/core/application-config.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public getGlobalPrefix() {
35 return this.globalPrefix;
36 }
37
38 public setGlobalPrefixOptions(
39 options: GlobalPrefixOptions<ExcludeRouteMetadata>,

Callers 7

registerRouterMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected