websocket & change broker decimal to int
This commit is contained in:
6
apps/authentication/websocket/routing.py
Normal file
6
apps/authentication/websocket/routing.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import re_path
|
||||
from apps.authentication.websocket import consumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r"ws/somepath/$", consumer.MyConsumer.as_asgi()),
|
||||
]
|
||||
Reference in New Issue
Block a user