Skip to content

Commit 26d3ef2

Browse files
author
Matt Raible
committed
Fix typo
1 parent 5b5e281 commit 26d3ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gateway/demo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Spring Cloud Gateway only supports Hystrix at this time. Spring Cloud deprecated
114114

115115
. Modify `CarServiceApplicationTests.java` to add JWT access tokens to each request [`webflux-controller-test-jwt`]
116116

117-
. In `ApiGatewayApplication.java`, add a filter that applies the `TokenRelayGatewayFilterFactory` from Spring Cloud Security [`router-locator-token`]
117+
. In `ApiGatewayApplication.java`, add a filter that applies the `TokenRelayGatewayFilterFactory` from Spring Cloud Security [`route-locator-token`]
118118

119119
. Restart the API Gateway and confirm `http://localhost:8080/cars` works
120120

0 commit comments

Comments
 (0)