https problem
This commit is contained in:
parent
2e86f8b63b
commit
b276500718
|
@ -82,7 +82,7 @@ const getUrl = (config: OpenAPIConfig, options: ApiRequestOptions): string => {
|
||||||
|
|
||||||
let url = config.BASE + path
|
let url = config.BASE + path
|
||||||
|
|
||||||
//url = url.replace(/^http:\/\//i, 'https://')
|
url = url.replace(/^http:\/\//i, 'https://')
|
||||||
return options.query ? url + getQueryString(options.query) : url
|
return options.query ? url + getQueryString(options.query) : url
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue