diff --git a/src/utils/axios/web.ts b/src/utils/axios/web.ts index 48dc710..36b3a66 100644 --- a/src/utils/axios/web.ts +++ b/src/utils/axios/web.ts @@ -5,8 +5,8 @@ const token = String(handleLocalforage.getItem('token')) const web: Request = new Request({ baseURL: import.meta.env.VITE_APP_BASE_API, headers: { - 'Content-Type': 'application/json;charset=utf-8', - Accept: 'application/json', + // 'Content-Type': 'application/json;charset=utf-8', + // Accept: 'application/json', Authorization: token, }, })