Browse Source

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

add missing "predicates" in config yml
pull/118/head
Rieon 7 years ago committed by Spencer Gibb
parent
commit
f552f51fc4
  1. 1
      docs/src/main/asciidoc/spring-cloud-gateway.adoc

1
docs/src/main/asciidoc/spring-cloud-gateway.adoc

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

Loading…
Cancel
Save