From 4c31ad90244b09492f174f1252bb84262ef57859 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 1 Oct 2024 19:31:11 +0500 Subject: [PATCH] wip --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));