Skip to content

Commit

Permalink
Check correct scopes are required.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed May 14, 2024
1 parent b30b0fe commit c9e8467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jasmin_services/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class ServicesNestedUnderCategoriesViewSet(ServicesViewSet):
"""

lookup_field = "name"
required_scopes = ["jasmin.services.services.all"]

def get_queryset(self):
queryset = super().get_queryset()
Expand Down

0 comments on commit c9e8467

Please sign in to comment.