@threedddplus/logoeditor 0.0.206 → 0.0.207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/logoeditor.cjs.development.js +2 -2
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +2 -2
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +4 -3
@@ -4227,10 +4227,10 @@ var converterSlice = function converterSlice(set, get) {
|
|
4227
4227
|
case 0:
|
4228
4228
|
formData = new FormData();
|
4229
4229
|
formData.append('file', aiFile);
|
4230
|
-
url =
|
4230
|
+
url = process.env.REACT_APP_MAGENTO_URL + '/rest/V1/file-conversion';
|
4231
4231
|
config = {
|
4232
4232
|
headers: {
|
4233
|
-
Authorization:
|
4233
|
+
Authorization: "Bearer " + process.env.REACT_APP_MAGENTO_TOKEN,
|
4234
4234
|
'Content-Type': 'multipart/form-data'
|
4235
4235
|
}
|
4236
4236
|
};
|