Update: 2026-06-13 15:43:50
This commit is contained in:
@@ -17,6 +17,13 @@ class AppLink {
|
||||
|
||||
static const String appDomain = 'siromove.com';
|
||||
|
||||
static String get inviteRedirectUrl {
|
||||
if (currentCountry == 'Syria') {
|
||||
return "https://siromove.com/inviteSyria.php";
|
||||
}
|
||||
return "https://siromove.com/invite.php";
|
||||
}
|
||||
|
||||
static String get location {
|
||||
switch (currentCountry) {
|
||||
case 'Syria': return 'https://api-syria.siromove.com/siro_v3/ride/location';
|
||||
|
||||
Reference in New Issue
Block a user