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

Method setGlobalPrefixOptions

packages/core/application-config.ts:38–42  ·  view source on GitHub ↗
(
    options: GlobalPrefixOptions<ExcludeRouteMetadata>,
  )

Source from the content-addressed store, hash-verified

36 }
37
38 public setGlobalPrefixOptions(
39 options: GlobalPrefixOptions<ExcludeRouteMetadata>,
40 ) {
41 this.globalPrefixOptions = options;
42 }
43
44 public getGlobalPrefixOptions(): GlobalPrefixOptions<ExcludeRouteMetadata> {
45 return this.globalPrefixOptions;

Callers 2

setGlobalPrefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected