Update: 2026-07-03 01:48:00

This commit is contained in:
Hamza-Ayed
2026-07-03 01:48:00 +03:00
parent 8f59189832
commit 5ce6c00905
13 changed files with 1119 additions and 12 deletions
+2 -2
View File
@@ -250,11 +250,11 @@ class AppLink {
static String get getLeaderboard =>
"$endPoint/ride/gamification/getLeaderboard.php";
static String get getSubAdminForDriver =>
"$serverName/Admin/gamification/getSubAdminForDriver.php";
"$server/Admin/gamification/getSubAdminForDriver.php";
// 🆕 مسار جلب حالة تتابع الرحلات (Gamification Streak)
static String get getDriverStreak =>
"$serverName/ride/gamification/get_streak.php";
"$server/ride/gamification/get_streak.php";
static String get claimChallengeReward =>
"$endPoint/ride/gamification/claimChallengeReward.php";
static String get getReferralStats =>