mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
parent
c21775980f
commit
4aa8e9b800
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ urlpatterns = [
|
||||||
|
|
||||||
|
|
||||||
websocket_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).
|
# Text in each page's <h1> (and above login form).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue