Skip to content

Commit

Permalink
Removed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Feb 26, 2025
1 parent 86c61e5 commit c5739d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FilterRegistrationBean<LegacyHealthEndpointsForwardingFilter> redirectFilterRegi
var registrationBean = new FilterRegistrationBean<LegacyHealthEndpointsForwardingFilter>();
registrationBean.setFilter(new LegacyHealthEndpointsForwardingFilter());
registrationBean.addUrlPatterns("/internal/isAlive", "/internal/isReady");
registrationBean.setOrder(1); // Set the order of the filter
registrationBean.setOrder(1);
return registrationBean;
}

Expand Down

0 comments on commit c5739d5

Please sign in to comment.