fixes, orval, downloader functioning again
This commit is contained in:
6
backend/thirdparty/downloader/routing.py
vendored
Normal file
6
backend/thirdparty/downloader/routing.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import re_path
|
||||
from . import consumers
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r"ws/downloader/$", consumers.DownloaderConsumer.as_asgi()),
|
||||
]
|
||||
Reference in New Issue
Block a user