Skip to content

Commit

Permalink
docs: fix displaying code block (#9886)
Browse files Browse the repository at this point in the history
Co-authored-by: jinxin wang <[email protected]>
  • Loading branch information
im-jinxinwang and jinxin wang authored Jul 26, 2023
1 parent 1467514 commit 364f0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/latest/terminology/upstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ APISIX 的 Upstream 对象除了基本的负载均衡算法外,还支持对上

以下示例是将上游信息直接配置在路由中:

```shell
```shell
curl http://127.0.0.1:9180/apisix/admin/routes/1 \
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
Expand All @@ -95,7 +95,7 @@ APISIX 的 Upstream 对象除了基本的负载均衡算法外,还支持对上
}
}
}'
```
```

## 使用示例

Expand Down

0 comments on commit 364f0f1

Please sign in to comment.