Browse Source

Remove phrase from yml code block (#214)

pull/219/head
Wilder Pereira 7 years ago committed by Spencer Gibb
parent
commit
4ed06c46c3
  1. 3
      docs/src/main/asciidoc/spring-cloud-gateway.adoc

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

@ -334,9 +334,8 @@ spring: @@ -334,9 +334,8 @@ spring:
args:
name: fallbackcmd
fallbackUri: forward:/fallbackcontroller
This will forward to the `/fallbackcontroller` when the Hystrix fallback is called.
----
This will forward to the `/fallbackcontroller` when the Hystrix fallback is called.
=== PrefixPath GatewayFilter Factory

Loading…
Cancel
Save