mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-26 09:09:25 +01:00
feat(torrents): add torrent_vip method of client side
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user