fix mistake: missing "predicates" in config yml (#116)

add missing "predicates" in config yml
This commit is contained in:
Rieon
2017-11-18 19:19:00 +08:00
committed by Spencer Gibb
parent 0bb4d5f233
commit f552f51fc4

View File

@@ -482,6 +482,7 @@ spring:
# =====================================
- id: rewritepath_route
uri: http://example.org
predicates:
- Path=/foo/**
filters:
- RewritePath=/foo/(?<segment>.*), /$\{segment}