diff --git a/routes/api.php b/routes/api.php index c594a5c..fd315e5 100644 --- a/routes/api.php +++ b/routes/api.php @@ -1,5 +1,6 @@ name('online-payment-store-visa-master'); -Route::post('fetch-card-history', [FetchCardHistoryController::class, 'index']); - Route::redirect('/', config('nova.path'));