質問編集履歴
1
誤植があったため修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
<action
|
44
44
|
|
45
|
-
path="/test/*/update/"
|
45
|
+
path="v1/test/*/update/"
|
46
46
|
|
47
47
|
scope="request"
|
48
48
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
※ActionのexecuteアノテーションにurlPattern="test/{id}/update"を記載
|
59
|
+
※ActionのexecuteアノテーションにurlPattern="v1/test/{id}/update"を記載
|
60
60
|
|
61
61
|
|
62
62
|
|