Skip to content
Snippets Groups Projects
urls.py 185 B
Newer Older
Eliot Berriot's avatar
Eliot Berriot committed

Eliot Berriot's avatar
Eliot Berriot committed
from . import views

Eliot Berriot's avatar
Eliot Berriot committed
router.register(r"listenings", views.ListeningViewSet, "listenings")