Skip to content

Commit

Permalink
config: fix featured-levels permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Jul 16, 2023
1 parent 4ef4463 commit d9f36df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/trcustoms/config/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def list(self, request) -> Response:


class FeaturedLevelsView(generics.RetrieveAPIView):
permission_classes = [AllowAny]
serializer_class = FeaturedLevelsSerializer

def get_object(self):
Expand Down

0 comments on commit d9f36df

Please sign in to comment.