From f66efee59c14758bf34265fe106b7ccfcf8bed2e Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 6 Mar 2026 21:27:26 +0100 Subject: [PATCH] chore: fix reset point --- mobile/eas.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/eas.json b/mobile/eas.json index 24c47967..86bb7597 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://uber-stup.club" }, "channel": "development" }, @@ -25,7 +25,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://uber-stup.club" }, "channel": "preview" }, @@ -36,7 +36,7 @@ "buildType": "apk" }, "env": { - "API_URL": "http://5.181.0.112" + "API_URL": "https://uber-stup.club" }, "channel": "production" }