You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/23 13:56:37 UTC

[GitHub] [inlong] woofyzhao commented on a diff in pull request #4757: [INLONG-4745][Manager] Support list dataproxy nodes by extTag

woofyzhao commented on code in PR #4757:
URL: https://github.com/apache/inlong/pull/4757#discussion_r905055450


##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/openapi/DataProxyController.java:
##########
@@ -52,15 +54,9 @@ public class DataProxyController {
      * GET is used for quick lookup of IP lists (e.g. via browser requests).
      */
     @RequestMapping(value = "/dataproxy/getIpList", method = {RequestMethod.GET, RequestMethod.POST})

Review Comment:
   Good point. Some of the legacy modules still use post let me see whether to update them all.



-- 
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: commits-unsubscribe@inlong.apache.org

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