This commit is contained in:
2025-09-25 14:45:51 +05:00
parent 3ad788ff21
commit abe8334ed5

View File

@@ -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');