mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
fix missing dot
This commit is contained in:
@@ -8,7 +8,7 @@ function encode(val) {
|
|||||||
replace(/%3A/gi, ':').
|
replace(/%3A/gi, ':').
|
||||||
replace(/%24/g, '$').
|
replace(/%24/g, '$').
|
||||||
replace(/%2C/gi, ',').
|
replace(/%2C/gi, ',').
|
||||||
replace(/%20/g, '+')
|
replace(/%20/g, '+').
|
||||||
replace(/%5B/gi, '[').
|
replace(/%5B/gi, '[').
|
||||||
replace(/%5D/gi, ']');
|
replace(/%5D/gi, ']');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user