zakeke-configurator-react 0.1.269 → 0.1.270
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/globals1.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24760,7 +24760,7 @@ var ZakekeEnvironment = /*#__PURE__*/function () {
|
|
|
24760
24760
|
file = _this.base64StringToFile(preview, camera + '.png');
|
|
24761
24761
|
formData.set('file', file);
|
|
24762
24762
|
_context41.next = 25;
|
|
24763
|
-
return _api__WEBPACK_IMPORTED_MODULE_4__.axiosApi.post(Zakeke.config.baseApiUrl + '
|
|
24763
|
+
return _api__WEBPACK_IMPORTED_MODULE_4__.axiosApi.post(Zakeke.config.baseApiUrl + 'compositions/upload-client-preview', formData);
|
|
24764
24764
|
case 25:
|
|
24765
24765
|
previewCameraFile = _context41.sent.data;
|
|
24766
24766
|
compositionClientPreviews.push({
|