wip
This commit is contained in:
@@ -35,7 +35,7 @@ Route::middleware(['nova', Authenticate::class, Authorize::class, OnlySystemUser
|
||||
Route::post('fetch-loan-history', [FetchLoanHistoryController::class, 'index']);
|
||||
|
||||
// Fetch loan remaining...
|
||||
Route::get('fetch-loan-remaining', [FetchLoanRemainingController::class, 'index']);
|
||||
Route::post('fetch-loan-remaining', [FetchLoanRemainingController::class, 'index']);
|
||||
});
|
||||
|
||||
// Auth...
|
||||
|
||||
Reference in New Issue
Block a user