@ututrust/web-components 1.1.25 → 1.1.26
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30270,7 +30270,7 @@
|
|
|
30270
30270
|
};
|
|
30271
30271
|
var options = {
|
|
30272
30272
|
resume: false,
|
|
30273
|
-
endpoint: "".concat(apiUrl).concat(UPLOADER_API_BASE),
|
|
30273
|
+
endpoint: "".concat(apiUrl).concat(UPLOADER_API_BASE, "/upload"),
|
|
30274
30274
|
headers: getAuthorizationHeader(accessToken),
|
|
30275
30275
|
chunkSize: 28 * 1024,
|
|
30276
30276
|
uploadLengthDeferred: true,
|