Skip to content

Commit

Permalink
fixed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nkey committed May 23, 2024
1 parent 28a5cc0 commit 5518864
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/courses/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class SkillsList(generics.ListAPIView):
)
class SkillDetails(generics.ListAPIView):
serializer_class = ResponseSerializer
permission_classes = [permissions.AllowAny]

def get(self, request, *args, **kwargs):
return Response(get_skills_details(self.kwargs.get("skill_id"), self.profile_id), status=200)
Expand Down

0 comments on commit 5518864

Please sign in to comment.