mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:19:16 +02:00
"[EPIC] Report option on everything - reports models
This commit is contained in:
parent
079671ef7a
commit
a6cf2ce019
22 changed files with 792 additions and 21 deletions
|
@ -4,5 +4,6 @@ from . import views
|
|||
|
||||
router = routers.OptionalSlashRouter()
|
||||
router.register(r"content-filters", views.UserFilterViewSet, "content-filters")
|
||||
router.register(r"reports", views.ReportsViewSet, "reports")
|
||||
|
||||
urlpatterns = router.urls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue