timxim opened a new issue #5617:
URL: https://github.com/apache/apisix/issues/5617


   ### Improved or typo fixed.
   
   这里有个例子,在指定的路由中启用 dubbo-proxy 插件:
   curl http://127.0.0.1:9080/apisix/admin/**upstream**/1  -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "nodes": {
           "127.0.0.1:20880": 1
       },
       "type": "roundrobin"
   }'
   
   ### Solution
   
   curl http://127.0.0.1:9080/apisix/admin/upstreams/1  -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "nodes": {
           "127.0.0.1:20880": 1
       },
       "type": "roundrobin"
   }'


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to