0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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',
'updatedAt',
'lastViewed',
'thumbnail',
'tags'
];