This commit is contained in:
2024-11-27 12:56:58 +05:00
parent 945c1009f0
commit 6fd888f5a8

View File

@@ -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...