From 1fb3ec405748b0ca10713ceff4afd0e24e85749d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 4 Sep 2022 00:18:08 +1200 Subject: [PATCH] Add thumbnail to UserPage data --- server/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.js b/server/app.js index cbbc3e3fe..27326caf4 100644 --- a/server/app.js +++ b/server/app.js @@ -179,6 +179,7 @@ app.get('/user/:username', async (req, res, next)=>{ 'createdAt', 'updatedAt', 'lastViewed', + 'thumbnail', 'tags' ];