mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:09:16 +02:00
Resolve "Hide an artist in the UI"
This commit is contained in:
parent
d4d4e60e39
commit
bdf83bd8ff
50 changed files with 1051 additions and 49 deletions
8
api/funkwhale_api/moderation/urls.py
Normal file
8
api/funkwhale_api/moderation/urls.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from rest_framework import routers
|
||||
|
||||
from . import views
|
||||
|
||||
router = routers.SimpleRouter()
|
||||
router.register(r"content-filters", views.UserFilterViewSet, "content-filters")
|
||||
|
||||
urlpatterns = router.urls
|
Loading…
Add table
Add a link
Reference in a new issue