schema update

This commit is contained in:
2021-07-29 20:26:15 +03:00
parent 437be2229b
commit fb779217bc
3 changed files with 13 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ class PayLoad(BaseModel):
class CreateUser(BaseModel):
email: Text
username: Text
username: Optional[Text]
# age: Optional[int]
# phone: Optional[Text]
password: Optional[Text]