From 88f66856770a8dcd1cd89ed913e27057c84e1feb Mon Sep 17 00:00:00 2001 From: Yuka Higashide Date: Fri, 12 Sep 2025 18:20:31 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BB=AE=E3=83=9E=E3=82=A4=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AB=E3=83=AA=E3=83=B3=E3=82=AF=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 650023e..9b4a6a1 100644 --- a/routes/web.php +++ b/routes/web.php @@ -67,7 +67,12 @@ Route::get('/login', function () { // マイページ画面へのリダイレクト Route::get('/mypage', function () { - return 'マイページ(仮)'; + return ' +
+

マイページ(仮)

+ ユーザー情報を確認する +
+ '; })->name('mypage'); // ユーザー情報確認画面