@feedmepos/mf-common 1.8.17 → 1.8.19
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app.js +3 -3
- package/package.json +1 -1
package/dist/app.js
CHANGED
@@ -30711,10 +30711,10 @@ function Yt(s) {
|
|
30711
30711
|
return s.data;
|
30712
30712
|
}
|
30713
30713
|
function Oc() {
|
30714
|
-
var
|
30715
|
-
const { namespace: s, currentCountry: l } = jt(), u = s.value === "dev", m = (
|
30714
|
+
var F;
|
30715
|
+
const { namespace: s, currentCountry: l } = jt(), u = s.value === "dev", m = (F = l.value) == null ? void 0 : F.toLowerCase(), b = m && m !== "my" ? `.${m}` : "", S = `https://portal-v2${`${u ? "-dev" : ""}${b}.feedmeapi.com`}`;
|
30716
30716
|
return {
|
30717
|
-
portalBackendUrl: {}.mainBackend ??
|
30717
|
+
portalBackendUrl: {}.mainBackend ?? S,
|
30718
30718
|
accountBackendUrl: `https://account.feedme${u ? "dev" : ""}.cc/api`
|
30719
30719
|
// portalV1Url: {}.portalV1 ?? `https://portal.feedme${isDev ? 'dev' : ''}.cc`,
|
30720
30720
|
// licenseBackendUrl: {}.license ?? `${portalBackendUrl}/license`,
|