feat: add api of body record chart 5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-18 14:55:30 +08:00
parent 5383e81aae
commit 5e3b1c4bba
2 changed files with 4 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ class UserInfoIn(Schema):
class UserInfoOut(Schema):
nickname = String()
avatar_id = String()
height = Float()
height = Float(allow_nan=True)