Skip to content
Snippets Groups Projects
Verified Commit 31a5cc1a authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: remove playlists/usage route

parent 694eb22b
No related branches found
No related tags found
1 merge request!59Add playlists
......@@ -35,7 +35,6 @@ from program.views import (
APILinkTypeViewSet,
APIMusicFocusViewSet,
APINoteViewSet,
APIPlaylistUsageViewSet,
APIPlaylistViewSet,
APIProfileViewSet,
APIProgramBasicViewSet,
......@@ -74,7 +73,6 @@ router.register(r"settings", APIRadioSettingsViewSet, basename="settings")
router.register(r"program/basic", APIProgramBasicViewSet, basename="program-basic")
router.register(r"program/playout", APIProgramPlayoutViewSet, basename="program-playout")
router.register(r"program/calendar", APIProgramCalendarViewSet, basename="program-calendar")
router.register(r"playlists/usage", APIPlaylistUsageViewSet, basename="playlists-usage")
router.register(r"playlists", APIPlaylistViewSet, basename="playlists")
urlpatterns = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment