trying to fixe axios request auth_basic
This commit is contained in:
@@ -8,7 +8,7 @@ export const REST = axios.create({
|
||||
baseURL: window.location.origin,
|
||||
withCredentials: true,
|
||||
headers: {
|
||||
Authorization: 'Bearer {token}',
|
||||
// Authorization: 'Bearer {token}',
|
||||
"Content-Type": "application/json"
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user