This commit is contained in:
2024-10-01 19:31:11 +05:00
parent a902773452
commit 4c31ad9024

View File

@@ -42,6 +42,6 @@ Route::get('online-payment-store-visa-master', [
OnlinePaymentController::class, 'visaMaster'
])->name('online-payment-store-visa-master');
Route::get('fetch-card-history', [FetchCardHistoryController::class, 'index']);
Route::post('fetch-card-history', [FetchCardHistoryController::class, 'index']);
Route::redirect('/', config('nova.path'));