Updated Request Matching JsonMatcher (markdown)

Stef Heyenrath
2020-11-17 17:33:58 +01:00
parent aaec3e6bf9
commit 09539f0255

@@ -22,7 +22,7 @@ server
"Path": { "Path": {
"Matchers": [ "Matchers": [
{ {
"Name": "WildcardMatcher", "Name": "JsonMatcher",
"Pattern": "/jsonmatcher1" "Pattern": "/jsonmatcher1"
} }
] ]
@@ -66,7 +66,7 @@ server
"Path": { "Path": {
"Matchers": [ "Matchers": [
{ {
"Name": "WildcardMatcher", "Name": "JsonMatcher",
"Pattern": "/jsonmatcher2" "Pattern": "/jsonmatcher2"
} }
] ]