chore: fix URL

This commit is contained in:
2026-03-06 15:52:11 +01:00
parent 6219e45dc9
commit 12b65d54c0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "https://uber-stup.club" "API_URL": "http://5.181.0.112"
} }
}, },
"preview": { "preview": {
@@ -34,7 +34,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://uber-stup.club" "API_URL": "http://5.181.0.112"
} }
} }
} }
+2 -2
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "https://uber-stup.club" "API_URL": "http://5.181.0.112"
}, },
"channel": "development" "channel": "development"
}, },
@@ -36,7 +36,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://uber-stup.club" "API_URL": "http://5.181.0.112"
}, },
"channel": "production" "channel": "production"
} }