From 6fd888f5a865e75d4e33b14ee7a6f18a40ab04dd Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 27 Nov 2024 12:56:58 +0500 Subject: [PATCH] wip --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...