wip
This commit is contained in:
@@ -4,6 +4,6 @@ use Illuminate\Support\Facades\Route;
|
||||
|
||||
|
||||
Route::view('/login', 'wip')->name('login');
|
||||
Route::get('online-payment-store', function () {
|
||||
Route::get('api/online-payment-store', function () {
|
||||
return request()->all();
|
||||
})->name('online-payment-store');
|
||||
|
||||
Reference in New Issue
Block a user