Skip to content

isRouteExcluded

reference
1 min readUpdated

Kind: Function

Source: packages/core/router/utils/exclude-route.util.ts

Part of: Core

Signature

ts
function isRouteExcluded(excludedRoutes: ExcludeRouteMetadata[], path: string, requestMethod: RequestMethod)

Parameters

NameType
excludedRoutesExcludeRouteMetadata[]
pathstring
requestMethodRequestMethod

Was this page helpful?

Download as PDF
isRouteExcluded — NestJS head-to-head