mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 20:11:21 +08:00
fix: collect api bug.
This commit is contained in:
@@ -32,7 +32,7 @@ export const apiDownload = {
|
||||
rss_link: bangumiData.rss_link.join(','),
|
||||
}
|
||||
const { data } = await axios.post<ApiSuccess>(
|
||||
'api/v1/rss/collection',
|
||||
'api/v1/rss/collect',
|
||||
postData
|
||||
);
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user