parent
6f0ccc64a5
commit
b60eadb10b
|
@ -419,7 +419,7 @@ following example:
|
|||
@Override
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.requestMatcher(EndpointRequest.toAnyEndpoint()).authorizeRequests()
|
||||
.anyRequest().permitAll()
|
||||
.anyRequest().permitAll();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue