starsz opened a new pull request #1598: URL: https://github.com/apache/apisix-dashboard/pull/1598
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### New feature or improvement - Describe the details and related test reports. Now, when deleting a route, we don't check whether there is a route using it. This may lead to the DP error if the user deletes the service by mistake. So, we should check if the service is using by route when deleting. If the service is using, we return 400 to guarantee the DP works well. ___ ### Please add the corresponding test cases if necessary. Added. ___ ---------------------------------------------------------------- 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]
