mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:29:42 +02:00
See #170: added missing /api/v1/subscriptions endpoint
This commit is contained in:
parent
59e3650fc4
commit
959faf25ad
3 changed files with 84 additions and 3 deletions
|
@ -23,6 +23,7 @@ router.register(r"libraries", views.LibraryViewSet, "libraries")
|
|||
router.register(r"listen", views.ListenViewSet, "listen")
|
||||
router.register(r"artists", views.ArtistViewSet, "artists")
|
||||
router.register(r"channels", audio_views.ChannelViewSet, "channels")
|
||||
router.register(r"subscriptions", audio_views.SubscriptionsViewSet, "subscriptions")
|
||||
router.register(r"albums", views.AlbumViewSet, "albums")
|
||||
router.register(r"licenses", views.LicenseViewSet, "licenses")
|
||||
router.register(r"playlists", playlists_views.PlaylistViewSet, "playlists")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue