mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
fe7d09bb08
* Fixing combineURLs to support an empty relativeURL When combining the base and relative URLs, we should forego force appending a slash to the base when the relative URL is empty. This leads to a semantic url. * Fixing combineURLs, allowing single slash relatives