Skip to content

Commit

Permalink
Merge pull request #398 from bounswe/BACKEND-384
Browse files Browse the repository at this point in the history
changed level to tags
  • Loading branch information
kaanyolcu22 authored Oct 21, 2024
2 parents cc08ee7 + be3152f commit 5429bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def update(self, instance, validated_data):
class QuizSerializer(serializers.ModelSerializer):
class Meta:
model = Quiz
fields = ['id', 'title', 'description', 'author', 'level', 'created_at', 'times_taken', 'total_score', 'time_limit', 'like_count']
fields = ['id', 'title', 'description', 'author', 'tags', 'created_at', 'times_taken', 'total_score', 'time_limit', 'like_count']

0 comments on commit 5429bcd

Please sign in to comment.