@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
package/dist/logoeditor.esm.js
CHANGED
@@ -4219,10 +4219,10 @@ var converterSlice = function converterSlice(set, get) {
|
|
4219
4219
|
case 0:
|
4220
4220
|
formData = new FormData();
|
4221
4221
|
formData.append('file', aiFile);
|
4222
|
-
url =
|
4222
|
+
url = process.env.REACT_APP_MAGENTO_URL + '/rest/V1/file-conversion';
|
4223
4223
|
config = {
|
4224
4224
|
headers: {
|
4225
|
-
Authorization:
|
4225
|
+
Authorization: "Bearer " + process.env.REACT_APP_MAGENTO_TOKEN,
|
4226
4226
|
'Content-Type': 'multipart/form-data'
|
4227
4227
|
}
|
4228
4228
|
};
|