Package version:

Interface HttpSettingsRoutes

The configuration settings of the paths HTTP requests.

interface HttpSettingsRoutes {
    apiPrefix?: string;
}

Properties

Properties

apiPrefix?: string

The prefix that should precede all the authentication/authorization paths.