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