jimpex
    Preparing search index...

    Type Alias ForceHTTPSOptions

    The customization options for the middleware.

    type ForceHTTPSOptions = {
        ignoredRoutes: RegExp[];
    }
    Index

    Properties

    Properties

    ignoredRoutes: RegExp[]

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

    [/^/service//]