wip
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
use App\Http\Controllers\OnlinePaymentController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
|
||||
Route::view('/login', 'wip')->name('login');
|
||||
Route::get('api/online-payment-store', function () {
|
||||
return request()->all();
|
||||
})->name('online-payment-store');
|
||||
Route::get('api/online-payment-store', [OnlinePaymentController::class, 'index'])->name('online-payment-store');
|
||||
|
||||
Reference in New Issue
Block a user