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

@@ -10,21 +10,21 @@ class AppLink {
static final String seferCairoServer = Env.seferCairoServer;
static final String seferGizaServer = Env.seferGizaServer;
static String paymentServer = 'https://walletintaleq.intaleq.xyz/v1/main';
static String locationServer = 'https://location.intaleq.xyz/intaleq/ride/location';
static String locationServer = 'https://location.intaleq.xyz/siro/ride/location';
static String location = locationServer;
static String locationServerSide = 'https://location.intaleq.xyz/intaleq/ride/location';
static String locationServerSide = 'https://location.intaleq.xyz/siro/ride/location';
static String mapSaasRoute = 'https://map-saas.intaleqapp.com/api/maps/route';
static String mapSaasPlaces = 'https://map-saas.intaleqapp.com/api/geocoding/places';
static const String routeApiBaseUrl = "https://routesjo.intaleq.xyz/route/v1/driving";
static final String syria = 'https://syria.intaleq.xyz/intaleq';
static final String syria = 'https://syria.intaleq.xyz/siro';
static String seferPaymentServer0 = box.read('seferPaymentServer');
static final String endPoint = 'https://api.intaleq.xyz/intaleq_v3';
static final String rideServer = 'https://rides.intaleq.xyz/intaleq';
static final String endPoint = 'https://api.intaleq.xyz/siro_v3';
static final String rideServer = 'https://rides.intaleq.xyz/siro';
// static final String server = Env.serverPHP;
static String getBestDriver = "$server/Admin/driver/getBestDriver.php";
static final String server = 'https://api.intaleq.xyz/intaleq_v3';
static final String server = 'https://api.intaleq.xyz/siro_v3';
static final String jwtService = '$server/jwtService.php';
static String addError = "$server/Admin/errorApp.php";