feat: update
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user