Update driver and rider socket URLs to jordan-siro.intaleqapp.com for Docker setup

This commit is contained in:
Hamza-Ayed
2026-07-22 04:15:18 +03:00
parent 6282be37d8
commit 901f429b9c
3 changed files with 36 additions and 10 deletions
+2 -2
View File
@@ -63,9 +63,9 @@ class AppLink {
case 'Egypt':
return 'https://location-egypt.siromove.com';
case 'Jordan':
return 'https://location.intaleq.xyz';
return 'https://jordan-siro.intaleqapp.com';
default:
return 'https://location-jordan.siromove.com'; // You can change the default to location.intaleq.xyz if needed
return 'https://location-jordan.siromove.com';
}
}