Skip to content

Commit

Permalink
Adding category method serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericosta-dev committed Sep 13, 2024
1 parent 0c3bcaa commit 9a91bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connect/api/v2/template_projects/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TemplateTypeSerializer(ModelSerializer):
setup = SerializerMethodField()
photo = SerializerMethodField()
photo_description = SerializerMethodField()
category = SerializerMethodField()
features = SerializerMethodField()

class Meta:
Expand Down

0 comments on commit 9a91bf8

Please sign in to comment.