mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix request body limit
This commit is contained in:
parent
18b24b2dc5
commit
b329abc2f0
2 changed files with 16 additions and 5 deletions
|
@ -205,7 +205,6 @@ async function listAvailablePlugins (req: express.Request, res: express.Response
|
|||
if (!resultList) {
|
||||
return res.status(HttpStatusCode.SERVICE_UNAVAILABLE_503)
|
||||
.json({ error: 'Plugin index unavailable. Please retry later' })
|
||||
.end()
|
||||
}
|
||||
|
||||
return res.json(resultList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue