fix: marketplace search url (#14061)

pull/13906/head^2
zxhlyh 1 year ago committed by GitHub
parent d96c368660
commit f3fe14863d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -326,7 +326,7 @@ export const useMutationPluginsFromMarketplace = () => {
pageSize = 40,
} = pluginsSearchParams
const pluginOrBundle = type === 'bundle' ? 'bundles' : 'plugins'
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/basic`, {
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/advanced`, {
body: {
page,
page_size: pageSize,

Loading…
Cancel
Save