Explorar el Código

auto commit

master
jfinn hace 2 años
padre
commit
316cbb18a4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      wsps/routing.py

+ 1
- 0
wsps/routing.py Ver fichero

@@ -7,3 +7,4 @@ websocket_urlpatterns = [
7 7
 	# re_path(r'ws/chat/(?P<room_name>\w+)/$', consumers.ChatConsumer.as_asgi()),
8 8
 	re_path(r'ws/chat/(?P<room_name>[\w.-]+)/?$', consumers.ChatConsumer.as_asgi()),
9 9
 ]
10
+

Loading…
Cancelar
Guardar