kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
11 wiersze
202 B
Python
11 wiersze
202 B
Python
![]() |
from funkwhale_api.common import routers
|
||
|
|
||
|
from . import views
|
||
|
|
||
|
router = routers.OptionalSlashRouter()
|
||
|
|
||
|
router.register(r"sessions", views.V2_RadioSessionViewSet, "sessions")
|
||
|
|
||
|
|
||
|
urlpatterns = router.urls
|