mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
More fields
This commit is contained in:
@@ -450,6 +450,9 @@ class Bookmark(BaseModel):
|
|||||||
'created': self.created_date.strftime('%Y-%m-%d %H:%M:%S'),
|
'created': self.created_date.strftime('%Y-%m-%d %H:%M:%S'),
|
||||||
'url_hash': self.url_hash,
|
'url_hash': self.url_hash,
|
||||||
'tags': self.tags.split(','),
|
'tags': self.tags.split(','),
|
||||||
|
'favicon': self.favicon,
|
||||||
|
'http_status': self.http_status,
|
||||||
|
'redirect_uri': self.redirect_uri,
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user