File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The brackets at the end of each step indicate the alias's or IntelliJ Live Templ
7474
7575. Add a `FaveCarsController` [`webflux-controller-fave`]
7676
77- . Show how `http://localhost:8080/hyfave -cars` only returns an ID Buzz
77+ . Show how `http://localhost:8080/fave -cars` only returns an ID Buzz
7878
7979== Add Failover with Hystrix
8080
@@ -84,7 +84,7 @@ Spring Cloud Gateway only supports Hystrix at this time. Spring Cloud deprecated
8484
8585. Create a `CarsFallback` controller [`hystrix-fallback`]
8686
87- . Restart your gateway and confirm http://localhost:8080/cars works, then shutdown car service to show fallback
87+ . Restart your gateway and confirm ` http://localhost:8080/cars` works, then shutdown car service to show fallback
8888
8989== Secure Java Microservices with OAuth 2.0 and OIDC
9090
You can’t perform that action at this time.
0 commit comments