update routing config of api

This commit is contained in:
OrdosX 2022-09-05 15:56:41 +08:00 committed by yuhan6665
parent ff7c7ea816
commit a1f20aff14

View File

@ -53,18 +53,15 @@ API 接口配置提供了一些基于 [gRPC](https://grpc.io/)的 API 接口供
```json ```json
"routing": { "routing": {
"settings": { "rules": [
"rules": [ {
{ "inboundTag": [
"inboundTag": [ "api"
"api" ],
], "outboundTag": "api",
"outboundTag": "api", "type": "field"
"type": "field" }
} ]
]
},
"strategy": "rules"
} }
``` ```