Added tokelist to user profile.
This commit is contained in:
parent
0b84c51cbf
commit
80f0c5435f
6 changed files with 79 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ module.exports.get = async function(req, res){
|
|||
user: userDB.user,
|
||||
date: userDB.date,
|
||||
tokes: userDB.tokes,
|
||||
tokeCount: userDB.getTokeCount(),
|
||||
img: userDB.img,
|
||||
signature: userDB.signature,
|
||||
bio: userDB.bio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue