@magmamath/frontend-config 1.5.8 → 1.5.9
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/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2406,7 +2406,7 @@ var ENV_WEB_ADMIN_EU_PROD = {
|
|
|
2406
2406
|
...ENV_WEB_ADMIN_COMMON,
|
|
2407
2407
|
...PLATFORM_URLS.PROD,
|
|
2408
2408
|
API_URL: "https://api.eu.magmamath.com/v2",
|
|
2409
|
-
CDN_HOST: "https://cdn.
|
|
2409
|
+
CDN_HOST: "https://cdn.magmamath.com"
|
|
2410
2410
|
};
|
|
2411
2411
|
|
|
2412
2412
|
// src/configs/env/mobile/env.common.mars.ts
|