diff --git a/modules/torrents/client/services/torrents.client.service.js b/modules/torrents/client/services/torrents.client.service.js index 836bb76d..7024a28c 100644 --- a/modules/torrents/client/services/torrents.client.service.js +++ b/modules/torrents/client/services/torrents.client.service.js @@ -61,6 +61,13 @@ torrentId: '@_id' } }, + toggleVIPStatus: { + method: 'PUT', + url: '/api/torrents/:torrentId/toggleVIPStatus', + params: { + torrentId: '@_id' + } + }, thumbsUp: { method: 'PUT', url: '/api/torrents/:torrentId/thumbsUp',