StyleTang commented on a change in pull request #52:
URL: https://github.com/apache/rocketmq-dashboard/pull/52#discussion_r769400917



##########
File path: 
src/main/java/org/apache/rocketmq/dashboard/controller/DlqMessageController.java
##########
@@ -83,7 +83,7 @@ public Object batchResendDlqMessage(@RequestBody 
List<DlqMessageRequest> dlqMess
         return dlqMessageService.batchResendDlqMessage(dlqMessages);
     }
 
-    @PostMapping(value = "/batchExportDlqMessage.query")
+    @PostMapping(value = "/batchExportDlqMessage.do")

Review comment:
       `exportDlqMessage` is `Get` but `batchExportDlqMessage` is `Post`, they 
are similar things.




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

To unsubscribe, e-mail: [email protected]

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


Reply via email to