Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabilya committed Oct 1, 2023
1 parent 323c688 commit f51ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_permissions(self):

permissions_dict = {
'create': [permissions.IsAuthenticated()],
'partial_update': [OwnerUserOrReadOnly()],
'partial_update': [OwnerUserOrReadOnly],
'favorite': [permissions.IsAuthenticated()],
'shopping_cart': [permissions.IsAuthenticated()],
'download_shopping_cart': [permissions.IsAuthenticated()],
Expand Down

0 comments on commit f51ed3f

Please sign in to comment.