Skip to content

Commit

Permalink
Merge pull request #26 from dzarkV/dev-jul
Browse files Browse the repository at this point in the history
add atribute isActive
  • Loading branch information
JulianRami authored Mar 1, 2024
2 parents 71b0285 + b329ad6 commit d2d1ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emailApp/views/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get(self, request=None):
'category_id': message.category_id.category_id,
'category_name': message.category_id.category_name,
'color': message.category_id.color,
'isActive' : message.isActive,
})

return Response(serialized_messages, status=status.HTTP_200_OK)
Expand Down

0 comments on commit d2d1ff2

Please sign in to comment.