tokers commented on a change in pull request #4563: URL: https://github.com/apache/apisix/pull/4563#discussion_r667286122
########## File path: docs/zh/latest/plugins/batch-requests.md ########## @@ -114,6 +114,22 @@ curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/batch-requests -H 'X-API | body | string | Http 请求的响应体 | | headers | object | Http 请求的响应头 | +## 如何修改自定义 uri + +我们可以在 `conf/config.yaml` 的 `plugin_attr` 修改默认的 `uri` Review comment: ```suggestion 我们可以在 `conf/config.yaml` 的 `plugin_attr` 配置项中修改默认的 `uri` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
