mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-06-20 15:17:32 -05:00
Fix: remove duplicate base path in websocket urls (#10194)
This commit is contained in:
parent
60ebdc0ad6
commit
de12023311
@ -363,7 +363,7 @@ urlpatterns = [
|
|||||||
|
|
||||||
|
|
||||||
websocket_urlpatterns = [
|
websocket_urlpatterns = [
|
||||||
path(settings.BASE_URL.lstrip("/") + "ws/status/", StatusConsumer.as_asgi()),
|
path("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…
x
Reference in New Issue
Block a user