idbeta opened a new issue #784: URL: https://github.com/apache/apisix-dashboard/issues/784
- Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirements - [ ] Feature or performance improvement - [ ] Other when created route by adminAPI, `method` can be null value which mean all method good to use, bug dashboard can not identify. adminAPI,no `method`: ``` curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "name":"test_route_%s", "uri": "/name/1/*", "upstream": { "type": "roundrobin", "nodes": { "127.0.0.1:9797": 1 } } } ``` dashboard, can not identify  ---------------------------------------------------------------- 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]
