changed ext.service urls

This commit is contained in:
Mohamed Nouffer
2023-07-14 19:43:46 +05:30
parent b3a9e35f76
commit b0a91e301e
2 changed files with 16 additions and 16 deletions

View File

@ -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;
// }
});
// });
});
}