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