improved airtel money flow
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user