diff --git a/routes/web.php b/routes/web.php index da04553..05432a8 100644 --- a/routes/web.php +++ b/routes/web.php @@ -14,8 +14,6 @@ use Illuminate\Support\Facades\Route; | */ -Route::get('/', function () { - return view('welcome'); -}); +Route::redirect('/', '/admin', 302); Route::get('/print-const-flow', [PrintController::class, 'showConst']); \ No newline at end of file