liuxiran commented on a change in pull request #485: URL: https://github.com/apache/apisix-dashboard/pull/485#discussion_r490823278
########## File path: api/route/route.go ########## @@ -480,6 +482,58 @@ func findRoute(c *gin.Context) { } } +func getRouteAndApisixUrl(c *gin.Context) { Review comment: Refer to the naming of Apisix in other documents, updated to getRouteWithApisixUrl :) ---------------------------------------------------------------- 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: us...@infra.apache.org