Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chever-John committed Feb 25, 2022
1 parent f64104f commit 00791a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/router-radixtree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/router-radixtree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00791a5

Please sign in to comment.