We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e87829 commit c9e9604Copy full SHA for c9e9604
src/django_idom/websocket/paths.py
@@ -5,7 +5,7 @@
5
6
7
IDOM_WEBSOCKET_PATH = path(
8
- IDOM_WEBSOCKET_URL + "component/<view_id>/", IdomAsyncWebsocketConsumer.as_asgi()
+ IDOM_WEBSOCKET_URL + "<view_id>/", IdomAsyncWebsocketConsumer.as_asgi()
9
)
10
"""A URL path for :class:`IdomAsyncWebsocketConsumer`.
11
0 commit comments