Merge branch 'master' into version-0.14
This commit is contained in:
commit
b0bd68232d
|
@ -25,7 +25,7 @@ urlpatterns = [
|
||||||
name="user-tokens-delete",
|
name="user-tokens-delete",
|
||||||
),
|
),
|
||||||
# Libray
|
# Libray
|
||||||
path("library/", 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>/",
|
||||||
|
|
Reference in New Issue