add brand and common name on ingredientinfo serializer

This commit is contained in:
cryptbrn
2026-01-31 19:53:09 +07:00
parent c14c8ec2e0
commit 114cc85bf5

View File

@@ -166,6 +166,8 @@ class IngredientInfoSerializer(serializers.ModelSerializer):
'source_url',
'code',
'name',
'common_name',
'brand',
'created',
'last_update',
'last_imported',