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