1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

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

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