core: update library url to fix e2e tests
This commit is contained in:
parent
bce75dc047
commit
add7ecc7aa
|
@ -24,7 +24,7 @@ urlpatterns = [
|
|||
name="user-tokens-delete",
|
||||
),
|
||||
# Libray
|
||||
path("-/overview/", library.LibraryView.as_view(), name="overview"),
|
||||
path("library/", library.LibraryView.as_view(), name="overview"),
|
||||
# Impersonation
|
||||
path(
|
||||
"-/impersonation/<int:user_id>/",
|
||||
|
|
Reference in New Issue