zhangjidi2016 commented on a change in pull request #52:
URL: https://github.com/apache/rocketmq-dashboard/pull/52#discussion_r769526793
##########
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:
The exportDlqMessage uses the get request for easy export in
dlqMessage.js using window.location.href

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