core: fix websocket url path (#5019)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-03-21 00:20:48 +01:00 committed by GitHub
parent 54cacd784c
commit da3222df07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class AuthentikCoreConfig(ManagedAppConfig):
label = "authentik_core"
verbose_name = "authentik Core"
mountpoint = ""
ws_mountpoint = "authentik.outposts.urls"
ws_mountpoint = "authentik.core.urls"
default = True
def reconcile_load_core_signals(self):