This commit is contained in:
Yun Xu 2018-02-09 21:32:09 -08:00
parent 090df6f224
commit 2b70346db4

View File

@ -28,6 +28,7 @@ Alternatively, the ``app.add_websocket_route`` method can be used instead of the
decorator:
.. code:: python
async def feed(request, ws):
pass