mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
docs(helpers/combineURLs)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @param {string} baseURL The base URL
|
* @param {string} baseURL The base URL
|
||||||
* @param {string} relativeURL The relative URL
|
* @param {string} relativeURL The relative URL
|
||||||
|
*
|
||||||
* @returns {string} The combined URL
|
* @returns {string} The combined URL
|
||||||
*/
|
*/
|
||||||
module.exports = function combineURLs(baseURL, relativeURL) {
|
module.exports = function combineURLs(baseURL, relativeURL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user