fix: collect api bug.

This commit is contained in:
EstrellaXD
2023-08-30 01:18:54 +08:00
parent 89cc0b89cf
commit e5af3d9924
3 changed files with 5 additions and 4 deletions

View File

@@ -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;