diff --git a/routes/api.php b/routes/api.php index b7cf185..ee7b092 100644 --- a/routes/api.php +++ b/routes/api.php @@ -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...