Update authorize-http-requests.adoc
Comma added for java configuration Signed-off-by: Vyacheslav <43342280+cmmttd@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,7 @@ public SecurityFilterChain web(HttpSecurity http) throws Exception {
|
||||
.authorizeHttpRequests((authorize) -> authorize
|
||||
.requestMatchers("/endpoint").hasAuthority("USER")
|
||||
.anyRequest().authenticated()
|
||||
)
|
||||
);
|
||||
// ...
|
||||
|
||||
return http.build();
|
||||
|
||||
Reference in New Issue
Block a user