From cd6c13d3a5637e8030a9e2ab3864988fbc4bcd22 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 2 May 2026 18:13:00 +0200 Subject: [PATCH] chore: add url pre-prod --- frontend-admin/eas.json | 6 +++--- mobile/eas.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend-admin/eas.json b/frontend-admin/eas.json index 4fba5714..f08b415b 100644 --- a/frontend-admin/eas.json +++ b/frontend-admin/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } }, "preview": { @@ -24,7 +24,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } }, "production": { @@ -34,7 +34,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } } } diff --git a/mobile/eas.json b/mobile/eas.json index 5be9784a..0ad54c20 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" }, "channel": "development" }, @@ -25,7 +25,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" }, "channel": "preview" }, @@ -36,7 +36,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io/" }, "channel": "production" }