Changeset ff72ad2 for node_modules/axios/lib/helpers/resolveConfig.js
- Timestamp:
- 04/01/25 22:58:15 (2 months ago)
- Branches:
- master
- Children:
- 8ae59d6
- Parents:
- 3a74959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
node_modules/axios/lib/helpers/resolveConfig.js
r3a74959 rff72ad2 15 15 newConfig.headers = headers = AxiosHeaders.from(headers); 16 16 17 newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url ), config.params, config.paramsSerializer);17 newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); 18 18 19 19 // HTTP basic authentication
Note:
See TracChangeset
for help on using the changeset viewer.