bistro/backend/app/routing.py
2024-12-16 16:35:12 +01:00

8 lines
103 B
Python

# app/routing.py
from django.urls import re_path
from . import consumers
websocket_urlpatterns = []