This commit is contained in:
parent
46a34253ab
commit
2c84ce91c2
|
|
@ -32,7 +32,7 @@ export const createHttpClient = ({ baseURL, clientTag, tokenSelector }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
options.timeout = 60000
|
options.timeout = 60000
|
||||||
options[contentType] = ''
|
// options[Content - Type] = ''
|
||||||
options.header = {
|
options.header = {
|
||||||
...options.header,
|
...options.header,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue