Compare commits

..

No commits in common. "b5587fdfd32c9093d3855c5089a690f934fe2802" and "253adaee7516a3f669ff18252a8d8664bfc6d14f" have entirely different histories.

View File

@ -14,8 +14,9 @@ use App\Http\Controllers\UserWithdrawController;
use App\Http\Controllers\RegularContractController;
// トップページ
Route::get('/', function () {
return redirect()->route('login');
return \File::get('index.html');
});
// ユーザー情報確認画面