added drag and drop to ingredients
This commit is contained in:
@ -662,6 +662,7 @@ def ingredient_from_string(request):
|
||||
'amount': amount,
|
||||
'unit': unit,
|
||||
'food': food,
|
||||
'note': note
|
||||
},
|
||||
status=200
|
||||
)
|
||||
|
Reference in New Issue
Block a user