mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Video channel API routes refractor
This commit is contained in:
parent
48dce1c90d
commit
6b738c7a31
18 changed files with 383 additions and 141 deletions
|
@ -185,7 +185,10 @@ async function createUserRetryWrapper (req: express.Request, res: express.Respon
|
|||
return res.json({
|
||||
user: {
|
||||
id: user.id,
|
||||
uuid: account.uuid
|
||||
account: {
|
||||
id: account.id,
|
||||
uuid: account.Actor.uuid
|
||||
}
|
||||
}
|
||||
}).end()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue