mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-29 17:01:06 +02:00
Fix API router with newer version
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -10,4 +10,4 @@ def register_registration_urls(router, path):
|
|||||||
"""
|
"""
|
||||||
router.register(path + "/payment", PaymentViewSet)
|
router.register(path + "/payment", PaymentViewSet)
|
||||||
router.register(path + "/registration", RegistrationViewSet)
|
router.register(path + "/registration", RegistrationViewSet)
|
||||||
router.register(path + "/volunteers", VolunteersViewSet)
|
router.register(path + "/volunteers", VolunteersViewSet, basename="volunteers")
|
||||||
|
Reference in New Issue
Block a user