@marteye/studiojs 1.1.33 → 1.1.34
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5203,7 +5203,7 @@ function resources(httpClient) {
|
|
|
5203
5203
|
};
|
|
5204
5204
|
}
|
|
5205
5205
|
|
|
5206
|
-
const BaseUrl = "https://
|
|
5206
|
+
const BaseUrl = "https://app.marteyestudio.com/api";
|
|
5207
5207
|
const DefaultTimeout = 10000;
|
|
5208
5208
|
function Studio(info = {}) {
|
|
5209
5209
|
var _a, _b, _c, _d;
|