Use proper request method

This commit is contained in:
Chocobo1
2022-08-15 14:53:59 +08:00
parent d6c92704a1
commit 72941b10bb
5 changed files with 7 additions and 6 deletions

View File

@@ -447,7 +447,7 @@
new Request.JSON({
url: 'api/v2/rss/items',
noCache: true,
method: 'post',
method: 'get',
data: {
withData: true
},