JooKS-me commented on a change in pull request #2985:
URL: https://github.com/apache/incubator-shenyu/pull/2985#discussion_r825926172



##########
File path: 
shenyu-examples/shenyu-examples-http/src/main/java/org/apache/shenyu/examples/http/controller/HttpTestController.java
##########
@@ -367,4 +367,30 @@ private UserDTO buildUser(final String id, final String 
name) {
         userDTO.setUserName(name);
         return userDTO;
     }
+
+    /**
+     * the waf pass.
+     *
+     * @return response. result bean
+     */
+    @GetMapping ("/hystrix/pass")
+    public ResultBean hystrixPass() {

Review comment:
       We should probably unify and simplify these endpoints instead of making 
them more complex and repetitive. . . Of course, you can also do this in 
subsequent prs.




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