Update: 2026-06-21 02:07:00
This commit is contained in:
@@ -44,6 +44,15 @@ class AppLink {
|
||||
}
|
||||
}
|
||||
|
||||
static String get locationSocketUrl {
|
||||
switch (currentCountry) {
|
||||
case 'Syria': return 'https://location-syria.siromove.com';
|
||||
case 'Egypt': return 'https://location-egypt.siromove.com';
|
||||
case 'Jordan':
|
||||
default: return 'https://location-jordan.siromove.com'; // You can change the default to location.intaleq.xyz if needed
|
||||
}
|
||||
}
|
||||
|
||||
static String get mapSaasRoute {
|
||||
switch (currentCountry) {
|
||||
case 'Syria': return 'https://map-syria.siromove.com/api/maps/route';
|
||||
|
||||
Reference in New Issue
Block a user