diff --git a/routes/web.php b/routes/web.php index d6f4cf9..3bedcd9 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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');