Skip to content

Commit

Permalink
guest access to post feed
Browse files Browse the repository at this point in the history
  • Loading branch information
oktayozel committed Dec 12, 2024
1 parent addcaa4 commit 2fc8397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views_directory/feed_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import random

@api_view(['GET'])
@permission_classes([IsAuthenticated])
#@permission_classes([IsAuthenticated])
def get_user_post_feed(request):
user = request.user

Expand Down

0 comments on commit 2fc8397

Please sign in to comment.