You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
373 B
Python
5 lines
373 B
Python
from support.routing import websocket_urlpatterns as support_websocket_urlpatterns
|
|
from osinacore.routing import websocket_urlpatterns as osinacore_websocket_urlpatterns
|
|
from osichat.routing import websocket_urlpatterns as osichat_websocket_urlpatterns
|
|
|
|
websocket_urlpatterns = support_websocket_urlpatterns + osinacore_websocket_urlpatterns + osichat_websocket_urlpatterns |