grr! I always miss something...

This commit is contained in:
Philip Wood 2017-02-15 20:30:35 +00:00
parent 45341df237
commit 4ad8accbc0

View File

@ -130,10 +130,10 @@ Ocelot's describes the routing of one request to another as a ReRoute. In order
anything working in Ocelot you need to set up a ReRoute in the configuration. anything working in Ocelot you need to set up a ReRoute in the configuration.
```json ```json
{ {
"ReRoutes": [ "ReRoutes": [
] ]
} }
``` ```
In order to set up a ReRoute you need to add one to the json array called ReRoutes like In order to set up a ReRoute you need to add one to the json array called ReRoutes like