diff --git a/routes/web.php b/routes/web.php index 86a06c53e..854c0d6b9 100644 --- a/routes/web.php +++ b/routes/web.php @@ -3,5 +3,11 @@ use Illuminate\Support\Facades\Route; Route::get('/', function () { - return view('welcome'); + return redirect('/admin'); }); + +// Route::get('/test_mail', function () { +// Mail::to('jothikumar.padmanaban@cripumps.com')->send( +// new test() +// ); +// });