update tile access cookie setting infrastructure
This commit is contained in:
parent
d4a0a9b7dd
commit
1169597800
6 changed files with 24 additions and 32 deletions
|
@ -37,7 +37,7 @@ router.register(r'locations/by_slug', LocationBySlugViewSet, base_name='location
|
|||
router.register(r'locationgroupcategories', LocationGroupCategoryViewSet)
|
||||
router.register(r'locationgroups', LocationGroupViewSet)
|
||||
|
||||
router.register(r'user', UserViewSet, base_name='user')
|
||||
router.register(r'users', UserViewSet, base_name='users')
|
||||
|
||||
router.register(r'routing', RoutingViewSet, base_name='routing')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue