Skip to content

Commit

Permalink
Merge pull request #134 from TebogoYungMercykay/development
Browse files Browse the repository at this point in the history
Returning the Date of Birth and Gender for Users
  • Loading branch information
TebogoYungMercykay authored Jan 27, 2024
2 parents 4f3e888 + 0d59df0 commit 76baf0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class DetailsOut(BaseModel):
surname: str
address: str
mobile_no: int
dob: datetime
gender: str

class Config:
from_attributes = True
Expand Down

0 comments on commit 76baf0b

Please sign in to comment.