Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
f9b9f68b49
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      wsps/routing.py

+ 0
- 2
wsps/routing.py View File

@@ -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…
Cancel
Save