We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
path()
1 parent 6370199 commit f786fedCopy full SHA for f786fed
docs/tutorial/part_2.rst
@@ -218,7 +218,7 @@ Put the following code in ``chat/routing.py``::
218
from . import consumers
219
220
websocket_urlpatterns = [
221
- path('ws/chat/<str:room_name>/$', consumers.ChatConsumer),
+ path('ws/chat/<str:room_name>/', consumers.ChatConsumer),
222
]
223
224
The next step is to point the root routing configuration at the **chat.routing**
0 commit comments