From 12b65d54c037707f47948a662efdf4879d9d56c6 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 6 Mar 2026 15:52:11 +0100 Subject: [PATCH] chore: fix URL --- frontend-admin/eas.json | 4 ++-- mobile/eas.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend-admin/eas.json b/frontend-admin/eas.json index 02dee8dd..c3b769bf 100644 --- a/frontend-admin/eas.json +++ b/frontend-admin/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://uber-stup.club" + "API_URL": "http://5.181.0.112" } }, "preview": { @@ -34,7 +34,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://uber-stup.club" + "API_URL": "http://5.181.0.112" } } } diff --git a/mobile/eas.json b/mobile/eas.json index cfe64b94..24c47967 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://uber-stup.club" + "API_URL": "http://5.181.0.112" }, "channel": "development" }, @@ -36,7 +36,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://uber-stup.club" + "API_URL": "http://5.181.0.112" }, "channel": "production" }