You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/15 09:00:51 UTC

[GitHub] [rocketmq-dashboard] StyleTang commented on a change in pull request #52: [ISSUE #50]Modify the suffix of the interface name.

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org