Skip to main content

Type Alias: CorsOptions

CorsOptions = false | true | { origin: string[]; } | { origin: (origin, request) => boolean; }

Defined in: route-do-request.ts:26

CORS configuration options. See CORS Support for details.