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'); }); // ユーザー情報確認画面