diff --git a/registration/api/urls.py b/registration/api/urls.py index 0166d81..d72d354 100644 --- a/registration/api/urls.py +++ b/registration/api/urls.py @@ -10,4 +10,4 @@ def register_registration_urls(router, path): """ router.register(path + "/payment", PaymentViewSet) router.register(path + "/registration", RegistrationViewSet) - router.register(path + "/volunteers", VolunteersViewSet) + router.register(path + "/volunteers", VolunteersViewSet, basename="volunteers")