Fix usage of incorrect API endpoint for suggestion deletion (#34398)
This commit is contained in:
parent
36afb4557a
commit
f66d092b32
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ export const apiGetSuggestions = (limit: number) =>
|
|||
apiRequestGet<ApiSuggestionJSON[]>('v2/suggestions', { limit });
|
||||
|
||||
export const apiDeleteSuggestion = (accountId: string) =>
|
||||
apiRequestDelete(`v2/suggestions/${accountId}`);
|
||||
apiRequestDelete(`v1/suggestions/${accountId}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue