Skip to content

Commit

Permalink
Remove permission verification for the settings interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
WongSaang committed Apr 19, 2023
1 parent 0db602b commit d3181b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class SettingViewSet(viewsets.ModelViewSet):
serializer_class = SettingSerializer
permission_classes = [IsAuthenticated]
# permission_classes = [IsAuthenticated]

def get_queryset(self):
available_names = [
Expand Down

0 comments on commit d3181b6

Please sign in to comment.