Skip to content

Commit

Permalink
BE-1585 add user_emails urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasha Syvyuk authored and Dasha Syvyuk committed Jul 29, 2021
1 parent 27869ab commit cda4a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.28'
__version__ = '1.1.29'
2 changes: 2 additions & 0 deletions livestyled/schemas/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class Meta:
class UserEmailSchema(Schema):
class Meta:
unknown = EXCLUDE
api_type = 'user_emails'
url = 'user_emails'
model = UserEmail

valid = fields.Boolean()
Expand Down

0 comments on commit cda4a3b

Please sign in to comment.