This commit is contained in:
2024-10-01 19:42:24 +05:00
parent 2d69f0fc5f
commit 9be24c2a76
2 changed files with 3 additions and 2 deletions

View File

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