Skip to content

Commit 8a954b2

Browse files
authored
Update sync_apigateway.md (TencentBlueKing#199)
1 parent 4e169d6 commit 8a954b2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

sdks/apigw-manager/docs/sync_apigateway.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ stages:
150150
backends:
151151
- name: "default"
152152
config:
153-
timeout: 60
154-
loadbalance: "roundrobin"
155-
hosts:
156-
# 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
157-
- host: ""
158-
weight: 100
153+
timeout: 60
154+
loadbalance: "roundrobin"
155+
hosts:
156+
# 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
157+
- host: ""
158+
weight: 100
159159

160160
- name: "service1"
161161
config:

0 commit comments

Comments
 (0)