11/20/1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user