bistro/backend/app/routing.py

8 lines
103 B
Python
Raw Normal View History

2024-12-16 16:35:12 +01:00
# app/routing.py
from django.urls import re_path
from . import consumers
websocket_urlpatterns = []