fix: adjust upload_diet_image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-20 16:09:05 +08:00
parent f9680363f4
commit 3b3365fcfb
2 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class ImageIn(Schema):
class DietImageIn(Schema):
image = File()
category = String()
category = Integer()
class ImagePreSignUrlIn(Schema):