Commit de4fe873 by Chif Gergő

Remove routing parameter

parent c9fc8c35
......@@ -3,5 +3,5 @@ from django.urls import re_path
from . import consumers
websocket_urlpatterns = [
re_path(r'ws/instance/(?P<vm_id>\w+)/$', consumers.StatusConsumer),
re_path(r'ws/instance-statuses/$', consumers.StatusConsumer),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment