code7-leia 1.0.24 → 1.0.28
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.es.js +1 -1
- package/package.json +1 -1
- package/src/service/Api.ts +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4471,7 +4471,7 @@ const {
|
|
|
4471
4471
|
formToJSON: Yv,
|
|
4472
4472
|
getAdapter: Kv,
|
|
4473
4473
|
mergeConfig: Gv
|
|
4474
|
-
} = ye, Yu = "https://
|
|
4474
|
+
} = ye, Yu = "https://apiv2.lira.digitalcontact.cloud";
|
|
4475
4475
|
ye.defaults.baseURL = `${Yu}`;
|
|
4476
4476
|
const _a = ye.create(), Ku = "https://api-hml.leia.digitalcontact.cloud";
|
|
4477
4477
|
ye.defaults.baseURL = `${Ku}`;
|
package/package.json
CHANGED