Update view search to be called as a post

This commit is contained in:
Adria Navarro 2023-08-07 17:21:36 +03:00
parent aadcd0ae13
commit b7dd40eb6a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export const buildViewV2Endpoints = API => ({
* @param viewId the id of the view
*/
fetch: async viewId => {
return await API.get({ url: `/api/v2/views/${viewId}/search` })
return await API.post({ url: `/api/v2/views/${viewId}/search` })
},
/**
* Delete a view