changed ext.service urls
This commit is contained in:
@ -754,20 +754,20 @@ class DestinationController extends GetxController {
|
||||
print("------ destination controller destinationcount-------- ${destinationCount}-------- :::::");
|
||||
|
||||
|
||||
MatrixService.getDestinations(value).then((mat){
|
||||
print(" matrix is ------- ${mat}");
|
||||
matrix = mat;
|
||||
// MatrixService.getDestinations(value).then((mat){
|
||||
// print(" matrix is ------- ${mat}");
|
||||
// matrix = mat;
|
||||
|
||||
try{
|
||||
getRoutePoints();
|
||||
destinationCount.value = destinations.length;
|
||||
}
|
||||
catch(_){
|
||||
skip_gps = false;
|
||||
return;
|
||||
}
|
||||
// try{
|
||||
// getRoutePoints();
|
||||
// destinationCount.value = destinations.length;
|
||||
// }
|
||||
// catch(_){
|
||||
// skip_gps = false;
|
||||
// return;
|
||||
// }
|
||||
|
||||
});
|
||||
// });
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user