Compare commits
2 Commits
253adaee75
...
b5587fdfd3
| Author | SHA1 | Date | |
|---|---|---|---|
| b5587fdfd3 | |||
| 23d6f844f0 |
@ -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');
|
||||
});
|
||||
|
||||
// ユーザー情報確認画面
|
||||
|
||||
Loading…
Reference in New Issue
Block a user