Fixed typo
fateway -> gateway fixes gh-1565
This commit is contained in:
committed by
Spencer Gibb
parent
47f640c915
commit
67241a3e6f
@@ -2179,7 +2179,7 @@ To enable this, set `spring.cloud.gateway.discovery.locator.enabled=true` and ma
|
||||
|
||||
==== Configuring Predicates and Filters For `DiscoveryClient` Routes
|
||||
|
||||
By default, the fateway defines a single predicate and filter for routes created with a `DiscoveryClient`.
|
||||
By default, the gateway defines a single predicate and filter for routes created with a `DiscoveryClient`.
|
||||
|
||||
The default predicate is a path predicate defined with the pattern `/serviceId/**`, where `serviceId` is
|
||||
the ID of the service from the `DiscoveryClient`.
|
||||
|
||||
Reference in New Issue
Block a user