Fix typo in WebFlux reference docs
This commit is contained in:
parent
d4c3cea0e6
commit
ba8a5b1d20
|
@ -158,7 +158,7 @@ static class MultiSecurityHttpConfig {
|
|||
.authorizeExchange((exchanges) -> exchanges
|
||||
.anyExchange().authenticated()
|
||||
)
|
||||
.httpBasic(withDefaults()) <5>
|
||||
.httpBasic(withDefaults()); <5>
|
||||
return http.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue