Type alias ForceHTTPSOptions

ForceHTTPSOptions: {
    ignoredRoutes: RegExp[];
}

The customization options for the middleware.

Type declaration

  • ignoredRoutes: RegExp[]

    A list of regular expressions to match routes that should be ignored.

    Default

    [/^/service//]
    

Generated using TypeDoc