mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Merge branch 'dev' into feature-permissions
This commit is contained in:
@@ -158,7 +158,7 @@ urlpatterns = [
|
||||
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r"ws/status/$", StatusConsumer.as_asgi()),
|
||||
path(settings.BASE_URL.lstrip("/") + "ws/status/", StatusConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
# Text in each page's <h1> (and above login form).
|
||||
|
Reference in New Issue
Block a user