improved airtel money flow

This commit is contained in:
Kwesi Banson Jnr
2025-11-19 10:27:13 +00:00
parent 7e92b056aa
commit 094efd008e
5 changed files with 47 additions and 5 deletions

View File

@@ -15,6 +15,12 @@ Route::get('/', function () {
return view('welcome');
});
Route::get('test', function () {
// dd($_SERVER);
dd("Heere at the wall");
});
// Auth::routes();
Auth::routes(['register' => false]);