fix mistake: missing "predicates" in config yml (#116)
add missing "predicates" in config yml
This commit is contained in:
@@ -482,6 +482,7 @@ spring:
|
||||
# =====================================
|
||||
- id: rewritepath_route
|
||||
uri: http://example.org
|
||||
predicates:
|
||||
- Path=/foo/**
|
||||
filters:
|
||||
- RewritePath=/foo/(?<segment>.*), /$\{segment}
|
||||
|
||||
Reference in New Issue
Block a user