This commit is contained in:
Hamza-Ayed
2024-01-13 17:10:24 +03:00
parent c73c01aa81
commit dfbe9ba1b6
10 changed files with 154 additions and 381 deletions

View File

@@ -75,6 +75,7 @@ class AppLink {
//-----------------Api Key------------------
static String addApiKey = "$ride/apiKey/add.php";
static String getApiKey = "$ride/apiKey/get.php";
static String getCnMap = "$server/auth/cnMap.php";
static String updateApiKey = "$ride/apiKey/update.php";
static String deleteApiKey = "$ride/apiKey/delete.php";