8 lines
103 B
Python
8 lines
103 B
Python
# app/routing.py
|
|
|
|
from django.urls import re_path
|
|
|
|
from . import consumers
|
|
|
|
websocket_urlpatterns = []
|