Update: 2026-06-21 02:07:00

This commit is contained in:
Hamza-Ayed
2026-06-21 02:07:00 +03:00
parent af3dcae5b7
commit b2fae9ec66
23 changed files with 1412 additions and 210 deletions

View File

@@ -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';