Update: 2026-06-11 13:47:39

This commit is contained in:
Hamza-Ayed
2026-06-11 13:47:40 +03:00
parent 977adfe99d
commit c5170a88d2
516 changed files with 3654 additions and 3321 deletions

View File

@@ -31,7 +31,7 @@ class DriverCacheController extends GetxController {
try {
// Using GetConnect to fetch the JSON directly
final response = await GetConnect().get(
'https://api.intaleq.xyz/intaleq/ride/location/active_drivers_cache.json',
'https://api.intaleq.xyz/siro/ride/location/active_drivers_cache.json',
);
if (response.body != null && response.body is Map) {