This commit is contained in:
2025-05-23 16:38:34 +05:00
parent cc54713a6a
commit 7433f2125c
3 changed files with 6 additions and 6 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');