wip
This commit is contained in:
@@ -42,6 +42,6 @@ Route::get('online-payment-store-visa-master', [
|
|||||||
OnlinePaymentController::class, 'visaMaster'
|
OnlinePaymentController::class, 'visaMaster'
|
||||||
])->name('online-payment-store-visa-master');
|
])->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'));
|
Route::redirect('/', config('nova.path'));
|
||||||
|
|||||||
Reference in New Issue
Block a user