Skip to content

Commit

Permalink
fix: reset all api in frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed Aug 29, 2023
1 parent de5bf3f commit 4eacbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/api/bangumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const apiBangumi = {
* 重置所有 bangumi 数据
*/
async resetAll() {
const { data } = await axios.get< ApiSuccess >('api/v1/bangumi/resetAll');
const { data } = await axios.get< ApiSuccess >('api/v1/bangumi/reset/all');
return data;
},
};

0 comments on commit 4eacbc8

Please sign in to comment.