This commit is contained in:
@@ -243,7 +243,8 @@ export default {
|
||||
return {
|
||||
Accept: "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
|
||||
};
|
||||
},
|
||||
postUnAuthorizedHeaders() {
|
||||
|
||||
Reference in New Issue
Block a user