Skip to content

Commit

Permalink
Fix incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
username1103 committed Aug 30, 2023
1 parent 3cff9ff commit 7037f02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ http
----
http {
authorizeHttpRequests {
authorize(DispatcherType.FORWARD, permitAll)
authorize(DispatcherType.ERROR, permitAll)
authorize(DispatcherTypeRequestMatcher(DispatcherType.FORWARD), permitAll)
authorize(DispatcherTypeRequestMatcher(DispatcherType.ERROR), permitAll)
authorize("/endpoint", permitAll)
authorize(anyRequest, denyAll)
}
Expand Down

0 comments on commit 7037f02

Please sign in to comment.