mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Doc typo
This commit is contained in:
parent
18385d68f0
commit
d3da7054b4
|
@ -219,7 +219,7 @@ And what our routing should look like in ``routing.py``::
|
|||
route("websocket.connect", ws_add),
|
||||
route("websocket.receive", ws_message),
|
||||
route("websocket.disconnect", ws_disconnect),
|
||||
}
|
||||
]
|
||||
|
||||
With all that code, you now have a working set of a logic for a chat server.
|
||||
Test time! Run ``runserver``, open a browser and use that same JavaScript
|
||||
|
|
Loading…
Reference in New Issue
Block a user