This commit is contained in:
Mekan1206
2026-04-30 20:01:23 +05:00
parent a07c764dfe
commit f772562376
4 changed files with 1 additions and 292 deletions

View File

@@ -3,9 +3,5 @@
use App\Http\Controllers\OnlinePaymentController;
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('test');
});
Route::view('/login', 'wip')->name('login');
Route::get('api/online-payment-store', [OnlinePaymentController::class, 'index'])->name('online-payment-store');