routes/web.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 21s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 21s
This commit is contained in:
parent
ef056d1255
commit
01c1f74d09
@ -1,4 +1,3 @@
|
||||
|
||||
<?php
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
@ -74,7 +73,7 @@ Route::get('/login', function () {
|
||||
})->name('login');
|
||||
|
||||
// マイページ
|
||||
Route::get('/mypage', [MypageController::class, 'index'])->name('mypage.index');
|
||||
Route::get('/mypage', [MypageController::class, 'index'])->name('mypage');
|
||||
|
||||
// ユーザー情報確認・編集
|
||||
Route::get('/user/info', [UserInfoController::class, 'show'])->name('user.info');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user