mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-02-06 04:53:03 +00:00
Fix API router with newer version
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
6cdf6331db
commit
d24f8cab16
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user