change defaults.ts
parent
bafa1658ab
commit
960395156d
|
@ -110,3 +110,5 @@ package
|
||||||
types
|
types
|
||||||
coverage/
|
coverage/
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
lib
|
||||||
|
es
|
|
@ -23,10 +23,10 @@ const defaults: AxiosRequestConfig = {
|
||||||
get: {},
|
get: {},
|
||||||
head: {},
|
head: {},
|
||||||
post: {
|
post: {
|
||||||
'Context-Type': 'application/x-www-form-urlencoded; charset=utf-8',
|
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
|
||||||
},
|
},
|
||||||
put: {
|
put: {
|
||||||
'Context-Type': 'application/x-www-form-urlencoded; charset=utf-8',
|
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
|
||||||
},
|
},
|
||||||
delete: {},
|
delete: {},
|
||||||
trace: {},
|
trace: {},
|
||||||
|
|
Loading…
Reference in New Issue