This commit is contained in:
2025-05-21 16:13:41 +05:00
parent 80fc1c6316
commit a3a5871cd5
4 changed files with 74 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ Route::middleware(['auth'])->group(function () {
Route::post('password-change', [PasswordChangeController::class, 'update'])->name('password-change.update');
});
Route::get('tester', [ApiTesterController::class, 'index']);
// Route::get('tester', [ApiTesterController::class, 'index']);
Route::get('online-payment-store', [OnlinePaymentController::class, 'store'])
->name('online-payment-store');