feat: redesign behavior page, add fatigue monitoring and fix map controller
This commit is contained in:
@@ -92,6 +92,13 @@ class AppLink {
|
||||
"$endPoint/ride/driverWallet/driverStatistic.php";
|
||||
static String getDriverDetails =
|
||||
"$seferCairoServer/ride/driverWallet/getDriverDetails.php";
|
||||
|
||||
// ================= Gamification Endpoints =================
|
||||
static String getWeeklyAggregate = "$endPoint/ride/gamification/getWeeklyAggregate.php";
|
||||
static String getLeaderboard = "$endPoint/ride/gamification/getLeaderboard.php";
|
||||
static String claimChallengeReward = "$endPoint/ride/gamification/claimChallengeReward.php";
|
||||
static String getReferralStats = "$endPoint/ride/gamification/getReferralStats.php";
|
||||
static String getDriverBehavior = "$endPoint/ride/gamification/getDriverBehavior.php";
|
||||
static String getDriverWeekPaymentMove =
|
||||
"$walletDriver/getDriverWeekPaymentMove.php";
|
||||
static String getDriversWallet = "$walletDriver/get.php";
|
||||
|
||||
Reference in New Issue
Block a user