mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
Merge pull request #13097 from brvphoenix/fix-webui-api
WebUI: fix the url for banPeers method
This commit is contained in:
commit
778f1f4b6f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ window.qBittorrent.PropPeers = (function() {
|
|||
|
||||
if (confirm('QBT_TR(Are you sure you want to permanently ban the selected peers?)QBT_TR[CONTEXT=PeerListWidget]')) {
|
||||
new Request({
|
||||
url: 'api/v2/torrents/banPeers',
|
||||
url: 'api/v2/transfer/banPeers',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue