Merge branch 'devel' into feature_web-task-split

This commit is contained in:
Hao Liu
2023-03-02 23:32:58 -05:00

View File

@@ -27,8 +27,8 @@ class AWXProtocolTypeRouter(ProtocolTypeRouter):
websocket_urlpatterns = [ websocket_urlpatterns = [
re_path(r'websocket/', consumers.EventConsumer.as_asgi()), re_path(r'websocket/$', consumers.EventConsumer.as_asgi()),
re_path(r'websocket/relay/', consumers.RelayConsumer.as_asgi()), re_path(r'websocket/broadcast/$', consumers.BroadcastConsumer.as_asgi()),
] ]
application = AWXProtocolTypeRouter( application = AWXProtocolTypeRouter(