Skip to content

Commit

Permalink
doc: fix conditional router with vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lilien1010 committed May 13, 2020
1 parent 89baaea commit 4e5b885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/router-radixtree.md
Expand Up @@ -78,9 +78,9 @@ $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f
{
"uri": "/index.html",
"vars": [
["http_host", "iresty.com"],
["cookie__device_id", "a66f0cdc4ba2df8c096f74c9110163a9"],
["arg_name", "jack"]
["http_host", "==", "iresty.com"],
["cookie__device_id","~~", "a66f0cdc4ba2df8c096f74c9110163a9"],
["arg_name", "==", "jack"]
],
"upstream": {
"type": "roundrobin",
Expand Down

0 comments on commit 4e5b885

Please sign in to comment.