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 { return {
Accept: "application/json", Accept: "application/json",
"Content-Type": "application/json", "Content-Type": "application/json",
Authorization: "Bearer " + window.$gz.store.state.apiToken, Authorization: "Bearer " + window.$gz.store.state.apiToken
"X-AY-Import-Mode": true //this maybe useful in future like bulk ops etc so keeping as a reminder
//,"X-AY-Import-Mode": true
}; };
}, },
postUnAuthorizedHeaders() { postUnAuthorizedHeaders() {