Skip to content

Commit e029b3a

Browse files
cmmttdrwinch
authored andcommitted
Update authorize-http-requests.adoc
Comma added for java configuration Signed-off-by: Vyacheslav <43342280+cmmttd@users.noreply.github.com>
1 parent 55ab498 commit e029b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public SecurityFilterChain web(HttpSecurity http) throws Exception {
192192
.authorizeHttpRequests((authorize) -> authorize
193193
.requestMatchers("/endpoint").hasAuthority("USER")
194194
.anyRequest().authenticated()
195-
)
195+
);
196196
// ...
197197
198198
return http.build();

0 commit comments

Comments
 (0)