mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 22:19:28 +00:00
feat: new dbgpts modules (#1910)
Co-authored-by: 途杨 <tuyang.yhj@antgroup.com> Co-authored-by: lhwan <1017484907@qq.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export const updateApp = (data: CreateAppParams) => {
|
||||
* 应用列表
|
||||
*/
|
||||
export const getAppList = (data: Record<string, any>) => {
|
||||
return POST<Record<string, any>, AppListResponse>('/api/v1/app/list', data);
|
||||
return POST<Record<string, any>, AppListResponse>(`/api/v1/app/list?page=${data.page || 1}&page_size=${data.page_size || 12}`, data);
|
||||
};
|
||||
/**
|
||||
* 获取创建应用agents
|
||||
|
Reference in New Issue
Block a user