This commit is contained in:
2020-11-27 19:10:58 +00:00
parent 859d54f3b5
commit fa93631a4e

View File

@@ -243,8 +243,9 @@ export default {
return {
Accept: "application/json",
"Content-Type": "application/json",
Authorization: "Bearer " + window.$gz.store.state.apiToken,
"X-AY-Import-Mode": true
Authorization: "Bearer " + window.$gz.store.state.apiToken
//this maybe useful in future like bulk ops etc so keeping as a reminder
//,"X-AY-Import-Mode": true
};
},
postUnAuthorizedHeaders() {