haikal/api/routing.py
2024-12-08 14:07:50 +03:00

6 lines
165 B
Python

# from django.urls import re_path
# from api import consumers
#
# websocket_urlpatterns = [
# re_path(r'ws/vin_scan/$', consumers.VINScanConsumer.as_asgi()),
# ]