main_higashide #3

Merged
go.unhi merged 10 commits from main_higashide into main 2025-09-02 10:31:06 +09:00
Showing only changes of commit 23d6f844f0 - Show all commits

View File

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