core: update library url to fix e2e tests

This commit is contained in:
Jens Langhammer 2020-12-01 14:57:22 +01:00
parent bce75dc047
commit add7ecc7aa
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ urlpatterns = [
name="user-tokens-delete", name="user-tokens-delete",
), ),
# Libray # Libray
path("-/overview/", library.LibraryView.as_view(), name="overview"), path("library/", library.LibraryView.as_view(), name="overview"),
# Impersonation # Impersonation
path( path(
"-/impersonation/<int:user_id>/", "-/impersonation/<int:user_id>/",