summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/CookieHandler.php2
-rw-r--r--vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/PostHandler.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/CookieHandler.php b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/CookieHandler.php
index 0b9f656..2598f8e 100644
--- a/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/CookieHandler.php
+++ b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/CookieHandler.php
@@ -62,7 +62,7 @@ final readonly class CookieHandler implements RequestHandlerInterface
<body>
<main>
<h1>うどん店</h1>
- <form method="POST" action="/cookie/">
+ <form method="POST" action="/phpcon-kagawa-2025/cookie/">
<div>
<select name="udon">
<option value="かけ">かけ</option>
diff --git a/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/PostHandler.php b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/PostHandler.php
index 2653e3e..893a2ba 100644
--- a/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/PostHandler.php
+++ b/vhosts/t/phpcon-kagawa-2025/src/PhpConKagawa2025/PostHandler.php
@@ -44,7 +44,7 @@ final readonly class PostHandler implements RequestHandlerInterface
<main>
<h1>本州四国連絡橋クイズ</h1>
<p>四国の各県と橋でつながっている中国地方の県を選んでください。</p>
- <form method="POST" action="/post/">
+ <form method="POST" action="/phpcon-kagawa-2025/post/">
<div>
<label>愛媛とつながっているのは?</label>
<select name="ehime">