mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Change api requests in RSS WebUI to relative paths
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
$('submitButton').disabled = true;
|
||||
|
||||
new Request({
|
||||
url: '/api/v2/rss/addFolder',
|
||||
url: 'api/v2/rss/addFolder',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user