From 940271ef25ed1e4a116cb41e706bbcec0cb69edf Mon Sep 17 00:00:00 2001 From: Xor290 Date: Mon, 27 Apr 2026 10:01:36 +0200 Subject: [PATCH] chore: build prod app --- 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 c3b769bf..4fba5714 100644 --- a/frontend-admin/eas.json +++ b/frontend-admin/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" } }, "preview": { @@ -24,7 +24,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" } }, "production": { @@ -34,7 +34,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" } } } diff --git a/mobile/eas.json b/mobile/eas.json index 24c47967..5be9784a 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" }, "channel": "development" }, @@ -25,7 +25,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" }, "channel": "preview" }, @@ -36,7 +36,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://mln-uber.club" }, "channel": "production" }