From 23d6f844f07fbd42228e0abd4b3bec606afcfc53 Mon Sep 17 00:00:00 2001 From: Yuka Higashide Date: Fri, 22 Aug 2025 11:31:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=88=E5=AE=9A=E7=BE=A9?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=88=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E5=88=9D=E6=9C=9F=E8=A1=A8=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index 199b30e..b67bdcb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -14,9 +14,8 @@ use App\Http\Controllers\UserWithdrawController; use App\Http\Controllers\RegularContractController; -// トップページ Route::get('/', function () { - return \File::get('index.html'); + return redirect()->route('login'); }); // ユーザー情報確認画面