chore: fix reset point

This commit is contained in:
2026-03-06 21:24:34 +01:00
parent 8a00b8ab9f
commit 698037c712
7 changed files with 23 additions and 14 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
"simulator": true
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://uber-stup.club"
}
},
"preview": {
@@ -24,7 +24,7 @@
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://uber-stup.club"
}
},
"production": {
@@ -34,7 +34,7 @@
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
"API_URL": "https://uber-stup.club"
}
}
}