update
This commit is contained in:
@@ -97,6 +97,7 @@ Route::middleware(['auth:sanctum', 'not_banned'])->group(function () {
|
||||
|
||||
// Alerts... [tested fully]
|
||||
Route::get('alerts', [AlertController::class, 'index']);
|
||||
Route::get('alerts-all', [AlertController::class, 'all']);
|
||||
|
||||
// Card orders... [tested fully]
|
||||
Route::get('card-order', [CardOrderController::class, 'index']);
|
||||
|
||||
Reference in New Issue
Block a user