1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Remove deprecated abuse api

This commit is contained in:
Chocobozzz 2020-11-10 14:41:20 +01:00
parent 403c69c5a3
commit 7a4ea93246
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 10 additions and 1041 deletions

View file

@ -85,13 +85,7 @@ abuseRouter.delete('/:id/messages/:messageId',
// ---------------------------------------------------------------------------
export {
abuseRouter,
// FIXME: deprecated in 2.3. Remove these exports
listAbusesForAdmins,
updateAbuse,
deleteAbuse,
reportAbuse
abuseRouter
}
// ---------------------------------------------------------------------------