Fixed up the get_notitication endpoint

- returns a notification
This commit is contained in:
Martyn Inglis
2016-02-16 11:22:44 +00:00
parent 223cb8c2dd
commit 655beddba6
8 changed files with 58 additions and 41 deletions

View File

@@ -141,7 +141,7 @@ class EmailNotificationSchema(NotificationSchema):
class NotificationStatusSchema(BaseSchema):
class Meta:
model = models.Notification
model = models.Noti~fication
user_schema = UserSchema()