Explorar el Código

auto commit

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

+ 0
- 2
wsps/routing.py Ver fichero

@@ -7,5 +7,3 @@ 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
-
11
-

Loading…
Cancelar
Guardar