mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
perf: frontend
This commit is contained in:
@@ -21,7 +21,10 @@ export class CloudServiceClient extends BaseHttpClient {
|
||||
sort_order?: string,
|
||||
): Promise<ApiRespMarketplacePlugins> {
|
||||
return this.get<ApiRespMarketplacePlugins>('/api/v1/marketplace/plugins', {
|
||||
params: { page, page_size, sort_by, sort_order },
|
||||
page,
|
||||
page_size,
|
||||
sort_by,
|
||||
sort_order,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user