updated
This commit is contained in:
		| @@ -80,7 +80,8 @@ const getUrl = (config: OpenAPIConfig, options: ApiRequestOptions): string => { | ||||
|       return substring | ||||
|     }) | ||||
|  | ||||
|   const url = config.BASE + path | ||||
|   let url = config.BASE + path | ||||
|   url = url.replace(/^http:\/\//i, 'https://') | ||||
|   return options.query ? url + getQueryString(options.query) : url | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user