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

feat: register settings route

parent 70f0d481
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ from program.views import (
APILinkTypeViewSet,
APIMusicFocusViewSet,
APINoteViewSet,
APIRadioSettingsViewSet,
APIRRuleViewSet,
APIScheduleViewSet,
APIShowViewSet,
......@@ -65,7 +66,7 @@ router.register(r"licenses", APILicenseViewSet, basename="license")
router.register(r"link-types", APILinkTypeViewSet, basename="link-type")
router.register(r"rrules", APIRRuleViewSet, basename="rrule")
router.register(r"images", APIImageViewSet, basename="image")
router.register(r"settings", APIRadioSettingsViewSet, basename="settings")
urlpatterns = [
path("openid/", include("oidc_provider.urls", namespace="oidc_provider")),
......
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