liuxiran commented on a change in pull request #978:
URL: https://github.com/apache/apisix-dashboard/pull/978#discussion_r540839995



##########
File path: web/src/pages/Route/service.ts
##########
@@ -85,3 +85,10 @@ export const checkHostWithSSL = (hosts: string[]) =>
     method: 'POST',
     data: hosts,
   });
+
+export const debugRoute = (params: RouteModule.debugRequest) => {
+  return request('/debug-request-forwarding', {
+    method: 'post',
+    data: { ...params },

Review comment:
       yes, you are right,already fixed :)




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