fixing copy paste error on path_route

fixes gh-1581
This commit is contained in:
Alexander Holbreich
2020-02-24 19:18:37 +01:00
committed by Spencer Gibb
parent 7b673a8e87
commit 356c003260

View File

@@ -281,7 +281,7 @@ spring:
cloud:
gateway:
routes:
- id: host_route
- id: path_route
uri: https://example.org
predicates:
- Path=/red/{segment},/blue/{segment}