diff --git a/routes/web.php b/routes/web.php index 86a06c5..0f4931c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2,6 +2,5 @@ use Illuminate\Support\Facades\Route; -Route::get('/', function () { - return view('welcome'); -}); +Route::redirect('/', '/admin'); +Route::redirect('/panel', '/admin'); \ No newline at end of file