Skip to content

Commit

Permalink
foo commit 2 - server version was not updated (because of the oingoin…
Browse files Browse the repository at this point in the history
…g review?)
  • Loading branch information
Resistor-git committed Sep 26, 2023
1 parent 49efce5 commit 375a431
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 @@ -65,7 +65,7 @@ def get_serializer_class(self):
def get_queryset(self):
queryset = User.objects.all()
return queryset
#

@action(
methods=['POST', 'DELETE'],
detail=True,
Expand Down

0 comments on commit 375a431

Please sign in to comment.