wip
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user