diff --git a/src/utils/httpFactory.js b/src/utils/httpFactory.js index d4fffab..2ba60be 100644 --- a/src/utils/httpFactory.js +++ b/src/utils/httpFactory.js @@ -32,7 +32,7 @@ export const createHttpClient = ({ baseURL, clientTag, tokenSelector }) => { } options.timeout = 60000 - options[contentType] = '' + // options[Content - Type] = '' options.header = { ...options.header, }