Skip to content

Commit

Permalink
Reformat urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Dec 14, 2023
1 parent cf3958b commit 9553176
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/organisations/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
)

nested_api_key_roles_routes = routers.NestedSimpleRouter(
parent_router=organisations_router, parent_prefix=r"master-api-keys", lookup="api_key"
parent_router=organisations_router,
parent_prefix=r"master-api-keys",
lookup="api_key",
)

organisations_router.register("roles", RoleViewSet, basename="organisation-roles")
Expand Down

0 comments on commit 9553176

Please sign in to comment.