Rename all ReRoute to Route to move closer to YARP +semver: breaking

This commit is contained in:
Tom Pallister
2020-05-23 20:50:05 +01:00
committed by GitHub
parent fe3e8bd23a
commit 3439be8927
269 changed files with 23591 additions and 23605 deletions

View File

@ -22,7 +22,7 @@ The following is a very basic ocelot.json. It won't do anything but should get O
.. code-block:: json
{
"ReRoutes": [],
"Routes": [],
"GlobalConfiguration": {
"BaseUrl": "https://api.mybusiness.com"
}
@ -33,7 +33,7 @@ If you want some example that actually does something use the following:
.. code-block:: json
{
"ReRoutes": [
"Routes": [
{
"DownstreamPathTemplate": "/todos/{id}",
"DownstreamScheme": "https",
@ -124,7 +124,7 @@ The following is a very basic ocelot.json. It won't do anything but should get O
.. code-block:: json
{
"ReRoutes": [],
"Routes": [],
"GlobalConfiguration": {}
}