This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user