change api

pull/22878/head
leslie2046 12 months ago
parent d62252ab80
commit 743c068275

@ -65,5 +65,5 @@ export const fetchHitHistoryList = (appId: string, annotationId: string, params:
}
export const clearAllAnnotations = (appId: string): Promise<any> => {
return post(`apps/${appId}/annotations/clear-all`)
return del(`apps/${appId}/annotations`)
}

Loading…
Cancel
Save