This commit is contained in:
Hamza-Ayed
2023-11-20 01:29:27 +03:00
parent 63a6420531
commit 64cdc55845
13 changed files with 261 additions and 89 deletions

View File

@@ -43,6 +43,11 @@ class AppLink {
static const String addDriverpayment = "$ride/payment/add.php";
static const String getDriverpaymentToday = "$ride/payment/get.php";
static const String getAllPayment = "$ride/payment/getAllPayment.php";
//-----------------Api Key------------------
static const String addApiKey = "$ride/apiKey/add.php";
static const String getApiKey = "$ride/apiKey/get.php";
static const String updateApiKey = "$ride/apiKey/update.php";
static const String deleteApiKey = "$ride/apiKey/delete.php";
//-----------------Feed Back------------------
static const String addFeedBack = "$ride/feedBack/add.php";