fix uploads encoding (cyrilic)
This commit is contained in:
@ -5,9 +5,10 @@ import { applyAuthTokenInterceptor } from 'axios-jwt';
|
||||
const axiosInstance = axios.create({
|
||||
baseURL: common.getBaseUrl(),
|
||||
withCredentials: true,
|
||||
// headers: {
|
||||
// "Content-Type": "application/json",
|
||||
// },
|
||||
headers: {
|
||||
// "Content-Type": "application/json",
|
||||
"Content-Encoding": "utf-8"
|
||||
},
|
||||
});
|
||||
|
||||
// 2. Define token refresh function.
|
||||
|
Reference in New Issue
Block a user