mirror of https://github.com/interlegis/sapl.git
AlGouvea
3 years ago
8 changed files with 60 additions and 30 deletions
@ -1,6 +1,6 @@ |
|||
from django.urls import re_path |
|||
from django.urls import path |
|||
from . import consumers |
|||
|
|||
websocket_urlpatterns = [ |
|||
re_path(r'ws/painel/(?P<room_name>\w+)/$', consumers.ChatConsumer.as_asgi()), |
|||
path('ws/painel/', consumers.PainelConsumer.as_asgi()), |
|||
] |
Loading…
Reference in new issue