Skip to content

Commit 5af5aaa

Browse files
committed
Update key test.
1 parent e08c74e commit 5af5aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httprpc-test/src/main/java/org/httprpc/test/TestService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class TestService extends WebService {
6767
}
6868

6969
@RequestMethod("GET")
70-
@ResourcePath("a/?:a/b/?:b/c/?:c/d/?")
70+
@ResourcePath("a/?:a/b/?/c/?:c/d/?")
7171
public Map<String, ?> testGet() {
7272
HashMap<String, Object> result = new HashMap<>();
7373

0 commit comments

Comments
 (0)