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