1
0
Fork 0
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:
Chocobozzz 2021-03-09 09:58:08 +01:00
parent 18b24b2dc5
commit b329abc2f0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 16 additions and 5 deletions

View file

@ -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)