mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 10:19:26 +02:00
See #432: added admin API endpoints to retrieve and delete tags
This commit is contained in:
parent
c885c10be1
commit
13f36beec3
6 changed files with 127 additions and 1 deletions
|
@ -24,6 +24,7 @@ users_router.register(r"invitations", views.ManageInvitationViewSet, "invitation
|
|||
|
||||
other_router = routers.OptionalSlashRouter()
|
||||
other_router.register(r"accounts", views.ManageActorViewSet, "accounts")
|
||||
other_router.register(r"tags", views.ManageTagViewSet, "tags")
|
||||
|
||||
urlpatterns = [
|
||||
url(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue