From e37cafd7ab783af22cfb0b1070b4d19951ad3bc5 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Thu, 17 Aug 2023 10:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E8=B7=B3=E8=BD=AC=E5=90=8E?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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