interface HttpMethodOptions {
    ignoreBasePath?: boolean;
}

Properties

Properties

ignoreBasePath?: boolean