Skip to content

Commit c9e9604

Browse files
committed
Revert "add component/ to ws path"
This reverts commit 2e87829.
1 parent 2e87829 commit c9e9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_idom/websocket/paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
IDOM_WEBSOCKET_PATH = path(
8-
IDOM_WEBSOCKET_URL + "component/<view_id>/", IdomAsyncWebsocketConsumer.as_asgi()
8+
IDOM_WEBSOCKET_URL + "<view_id>/", IdomAsyncWebsocketConsumer.as_asgi()
99
)
1010
"""A URL path for :class:`IdomAsyncWebsocketConsumer`.
1111

0 commit comments

Comments
 (0)