fixing copy paste error on path_route
fixes gh-1581
This commit is contained in:
committed by
Spencer Gibb
parent
7b673a8e87
commit
356c003260
@@ -281,7 +281,7 @@ spring:
|
||||
cloud:
|
||||
gateway:
|
||||
routes:
|
||||
- id: host_route
|
||||
- id: path_route
|
||||
uri: https://example.org
|
||||
predicates:
|
||||
- Path=/red/{segment},/blue/{segment}
|
||||
|
||||
Reference in New Issue
Block a user