mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 23:28:15 +08:00
#296 renamed configuration.json to ocelot.json in preparation
This commit is contained in:
@ -15,7 +15,7 @@ In your Configure method you need to tell your application to use WebSockets.
|
||||
app.UseOcelot().Wait();
|
||||
})
|
||||
|
||||
Then in your configuration.json add the following to proxy a ReRoute using websockets.
|
||||
Then in your ocelot.json add the following to proxy a ReRoute using websockets.
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
|
Reference in New Issue
Block a user