Organize host and robot streaming releases
This commit is contained in:
9
host/robot-command-center/backend/monitoring/routing.py
Normal file
9
host/robot-command-center/backend/monitoring/routing.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from .consumers import ControlConsumer
|
||||
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r"^ws/control/$", ControlConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user