trying to fixe axios request auth_basic

This commit is contained in:
2019-05-21 17:00:14 +02:00
parent 63ecfa89c7
commit 74a821104f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}
})