This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3812ee8  doc: updated admin-api-cn.md (#1067)
3812ee8 is described below

commit 3812ee87a495b3fce797e8e7d64c7755b69aaeff
Author: leehome <515947...@qq.com>
AuthorDate: Thu Jan 16 14:40:10 2020 +0800

    doc: updated admin-api-cn.md (#1067)
---
 doc/admin-api-cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-api-cn.md b/doc/admin-api-cn.md
index a6dfac1..99d0fa9 100644
--- a/doc/admin-api-cn.md
+++ b/doc/admin-api-cn.md
@@ -131,7 +131,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -i 
-d '
     "vars": [
         ["arg_name", "==", "json"],
         ["arg_age", ">", "18"],
-        ["arg_address", "~~", "China.*"]
+        ["arg_address", "~~", "^China.*"]
     ],
     "upstream": {
         "type": "roundrobin",

Reply via email to