Commit bd99e26
committed
docs: Fix global CORS configuration property path
The globalcors configuration properties were documented under the
old path spring.cloud.gateway.globalcors, but were moved to
spring.cloud.gateway.server.webflux.globalcors in a prior refactor.
Updated both the YAML example and the inline property reference
in the prose to use the correct path.
Fixes gh-4103
Signed-off-by: Tarte <emprimula@gmail.com>1 parent 5cbd0be commit bd99e26
1 file changed
Lines changed: 9 additions & 7 deletions
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments