Skip to content

Commit

Permalink
revert nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tuneerroy committed Dec 1, 2023
1 parent 1fe1fcf commit 14978fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/laundry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class Ids(APIView):
"""
GET: returns list of all hall_ids
""
"""

def get(self, request):
return Response(LaundryRoomSerializer(LaundryRoom.objects.all(), many=True).data)
Expand Down

0 comments on commit 14978fa

Please sign in to comment.