Skip to content

Commit

Permalink
nit: break something
Browse files Browse the repository at this point in the history
  • Loading branch information
tuneerroy committed Dec 1, 2023
1 parent 5378ea7 commit 1fe1fcf
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 1fe1fcf

Please sign in to comment.