Corrects a typo about RewritePath GatewayFilter

fixes gh-1700
This commit is contained in:
dveamer
2020-05-01 18:28:05 +09:00
committed by spencergibb
parent 4b62b79fd5
commit dea0da5633

View File

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