Kind: Function
Source: packages/core/middleware/utils.ts
Part of: Core
Signature
tsfunction isMiddlewareRouteExcluded(req: Record<string, any>, excludedRoutes: ExcludeRouteMetadata[], httpAdapter: HttpServer): boolean
Parameters
| Name | Type |
|---|---|
req | Record<string, any> |
excludedRoutes | ExcludeRouteMetadata[] |
httpAdapter | HttpServer |
Returns: boolean
Was this page helpful?