This commit is contained in:
2024-10-18 19:31:53 +05:00
parent 44660b7797
commit 2f2b58a8d9

View File

@@ -26,7 +26,7 @@ use Illuminate\Support\Facades\Route;
Route::post('fetch-card-history', [FetchCardHistoryController::class, 'index']);
// Fetch loan history...
Route::get('fetch-loan-history', [FetchLoanHistoryController::class, 'index']);
Route::post('fetch-loan-history', [FetchLoanHistoryController::class, 'index']);
// Auth...
Route::post('auth/register', [ApiAuthController::class, 'register']);