diff --git a/docs/features/routing.rst b/docs/features/routing.rst index 11d34ba9..ed0d967e 100644 --- a/docs/features/routing.rst +++ b/docs/features/routing.rst @@ -5,8 +5,6 @@ Ocelot's primary functionality is to take incomeing http requests and forward th to a downstream service. At the moment in the form of another http request (in the future this could be any transport mechanism.). -Ocelot always adds a trailing slash to an UpstreamPathTemplate. - Ocelot's describes the routing of one request to another as a ReRoute. In order to get anything working in Ocelot you need to set up a ReRoute in the configuration. diff --git a/docs/features/servicediscovery.rst b/docs/features/servicediscovery.rst index fb279924..f0e67766 100644 --- a/docs/features/servicediscovery.rst +++ b/docs/features/servicediscovery.rst @@ -35,5 +35,4 @@ and LeastConnection algorithm you can use. If no load balancer is specified Ocel "UseServiceDiscovery": false } -When this is set up Ocelot will lookup the downstream host and port from the service discover provider and load balance -requests across any available services. \ No newline at end of file +When this is set up Ocelot will lookup the downstream host and port from the service discover provider and load balance requests across any available services. \ No newline at end of file