diff --git a/routes/web.php b/routes/web.php index a977aaa..b0734fc 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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'));