Ignore:
Timestamp:
04/01/25 22:58:15 (2 months ago)
Author:
ste08 <sjovanoska@…>
Branches:
master
Children:
8ae59d6
Parents:
3a74959
Message:

Adding review works\!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • node_modules/axios/lib/helpers/resolveConfig.js

    r3a74959 rff72ad2  
    1515  newConfig.headers = headers = AxiosHeaders.from(headers);
    1616
    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);
    1818
    1919  // HTTP basic authentication
Note: See TracChangeset for help on using the changeset viewer.