Alllplmpliedl manual JWT check and restored all driver fields68j2

This commit is contained in:
Hamza-Ayed
2026-04-26 02:14:16 +03:00
parent 6d65f4d09f
commit cc088decfd
3 changed files with 167 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ use App\Http\Controllers\InviteController;
use App\Http\Controllers\DriverDocController;
use App\Http\Controllers\SupportController;
use App\Http\Controllers\Api\PaymentTokenController;
use App\Http\Controllers\OverlayController;
/*
@@ -194,6 +195,11 @@ Route::prefix('v2')->middleware(['hmac.auth', 'jwt.auth'])->group(function () {
// ── Support ──
Route::post('/support/complaints', [SupportController::class, 'storeComplaint']);
// ── Overlay / Background Args ──
Route::get('/overlay/background-args', [OverlayController::class, 'getBackgroundArgs']);
Route::post('/overlay/background-args', [OverlayController::class, 'storeBackgroundArgs']);
Route::delete('/overlay/background-args', [OverlayController::class, 'deleteBackgroundArgs']);
});
// ══════════════════════════════════════════════