0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 23:12:39 +00:00

Add thumbnail to UserPage data

This commit is contained in:
G.Ambatte
2022-09-04 00:18:08 +12:00
parent 8d10800cb6
commit 1fb3ec4057

View File

@@ -179,6 +179,7 @@ app.get('/user/:username', async (req, res, next)=>{
'createdAt', 'createdAt',
'updatedAt', 'updatedAt',
'lastViewed', 'lastViewed',
'thumbnail',
'tags' 'tags'
]; ];