Configuration for baseURL middleware

interface BaseURLConfig {
    baseURL: string;
    allowAbsoluteUrls?: boolean;
}

Properties

baseURL: string
allowAbsoluteUrls?: boolean