mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-29 12:50:55 +02:00
/note/user, /note/club, /note/special => /note
This commit is contained in:
@ -9,6 +9,6 @@ def register_activity_urls(router, path):
|
||||
"""
|
||||
Configure router for Activity REST API.
|
||||
"""
|
||||
router.register(path + r'activity', ActivityViewSet)
|
||||
router.register(path + r'type', ActivityTypeViewSet)
|
||||
router.register(path + r'guest', GuestViewSet)
|
||||
router.register(path + '/activity', ActivityViewSet)
|
||||
router.register(path + '/type', ActivityTypeViewSet)
|
||||
router.register(path + '/guest', GuestViewSet)
|
||||
|
Reference in New Issue
Block a user