Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user