mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
Add missing semicolon in example
Closes gh-13266
This commit is contained in:
committed by
Stephane Nicoll
parent
6f0ccc64a5
commit
b60eadb10b
+1
-1
@@ -419,7 +419,7 @@ following example:
|
||||
@Override
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.requestMatcher(EndpointRequest.toAnyEndpoint()).authorizeRequests()
|
||||
.anyRequest().permitAll()
|
||||
.anyRequest().permitAll();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user