This commit is contained in:
Hamza-Ayed
2024-07-08 00:27:01 +03:00
parent 0a71a194b9
commit a40c1e05e3
13 changed files with 367 additions and 75 deletions

View File

@@ -222,4 +222,8 @@ class AppLink {
static String getRidesPerMonth =
"$server/Admin/AdminRide/getRidesPerMonth.php";
static String getRidesDetails = "$server/Admin/AdminRide/get.php";
static String getPassengersStatic =
"https://api.sefer.live/sefer/serviceApp/getPassengersStatic.php";
static String getdriverstotalMonthly =
"https://api.sefer.live/sefer/serviceApp/getdriverstotalMonthly.php";
}