Skip to content

Commit

Permalink
chore(fix): add fields to serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Dec 13, 2024
1 parent 8992117 commit 2156111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/apps/research/serializers/article_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Meta:
'id', 'title', 'slug', 'categories', 'authors', 'thumb',
'content', 'summary', 'acknowledgement', 'status',
'scheduled_publish_time', 'is_sponsored', 'sponsor_color',
'sponsor_text_color', 'views'
'sponsor_text_color', 'views', 'related_articles', 'table_of_contents'
]

def create(self, validated_data):
Expand Down

0 comments on commit 2156111

Please sign in to comment.