From 00791a5ec0bfbe3989ea8e7bceac5c242952e710 Mon Sep 17 00:00:00 2001 From: cheverjohn Date: Fri, 25 Feb 2022 17:38:27 +0800 Subject: [PATCH] test --- docs/en/latest/router-radixtree.md | 2 +- docs/zh/latest/router-radixtree.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/latest/router-radixtree.md b/docs/en/latest/router-radixtree.md index ca2a838a2739b..197f666fc415d 100644 --- a/docs/en/latest/router-radixtree.md +++ b/docs/en/latest/router-radixtree.md @@ -335,7 +335,7 @@ $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f }' ``` -We can verify GraphQL matches in the following two ways: +We can verify GraphQL matches in the following way: ```shell curl -H 'content-type: application/graphql' -X GET "http://127.0.0.1:9080/graphql?query=query getRepo { owner {name } repo {created}}" -g diff --git a/docs/zh/latest/router-radixtree.md b/docs/zh/latest/router-radixtree.md index 2bea095cbfc6a..1bb935ad1c1a1 100644 --- a/docs/zh/latest/router-radixtree.md +++ b/docs/zh/latest/router-radixtree.md @@ -336,7 +336,7 @@ $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f }' ``` -我们可以通过以下两种方式分别去验证 GraphQL 匹配: +我们可以通过以下方式去验证 GraphQL 匹配: ```shell curl -H 'content-type: application/graphql' -X GET "http://127.0.0.1:9080/graphql?query=query getRepo { owner {name } repo {created}}" -g