2026-03-10-1
This commit is contained in:
@@ -11,14 +11,27 @@ class AppLink {
|
||||
// static final String endPoint = box.read(BoxName.serverChosen);
|
||||
// static final String server = Env.seferCairoServer;
|
||||
|
||||
static final String server = 'https://api.intaleq.xyz/intaleq';
|
||||
static final String server = 'https://api.intaleq.xyz/intaleq_v1';
|
||||
static String loginJwtDriver =
|
||||
"https://api.intaleq.xyz/intaleq/loginAdmin.php";
|
||||
//=============================
|
||||
//=============================
|
||||
static final getAllFingerprints =
|
||||
'$server/migration/get_all_fingerprints.php';
|
||||
static final updateFingerprintAdmin =
|
||||
'$server/migration/update_fingerprint_admin.php';
|
||||
static final getAllDriverFingerprints =
|
||||
'$server/migration/get_all_driver_fingerprints.php';
|
||||
static final updateDriverFingerprintAdmin =
|
||||
'$server/migration/update_driver_fingerprint_admin.php';
|
||||
//=============================
|
||||
//=============================
|
||||
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
static String llama = 'https://api.llama-api.com/chat/completions';
|
||||
static String gemini =
|
||||
'https://generativelanguage.googleapis.com/v1beta3/models/text-bison-001:generateText';
|
||||
static String serverMonitor = "https://tripz-egypt.com/server/monitor.php";
|
||||
|
||||
static String test = "$server/test.php";
|
||||
static String loginWalletAdmin = "$seferPaymentServer/loginWalletAdmin.php";
|
||||
|
||||
Reference in New Issue
Block a user