ziyou434 commented on issue #2989:
URL: https://github.com/apache/apisix/issues/2989#issuecomment-740398515


   > What are your steps? In my environment, APISIX does not have this problem, 
but the dashboard will prompt that this setting is not allowed.
   
   ```
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
       "uri": "/v1/receipt/verify",
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "192.168.199.1:8080": 1
           }
       }
   }'
   
   curl http://127.0.0.1:9080/v1/receipt/verify
   
   It will get a mistake.
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to