Skip to content

Commit 6550810

Browse files
committed
fix: Modify interface url
1 parent 5de7656 commit 6550810

File tree

1 file changed

+1
-1
lines changed
  • packages/workspace/application-center/src/js

1 file changed

+1
-1
lines changed

packages/workspace/application-center/src/js/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const fetchBusinessCategoryByGroup = (group) =>
2323

2424
// 应用管理 -- 获取应用列表
2525
export const fetchApplicationList = (params) =>
26-
getMetaApi(META_SERVICE.Http).get(`app-center/api/apps/page`, { params }) // currentPage pageSize
26+
getMetaApi(META_SERVICE.Http).get(`/app-center/api/apps/page`, { params }) // currentPage pageSize
2727

2828
// 应用管理 -- 创建应用
2929
export const createApplication = (params) => getMetaApi(META_SERVICE.Http).post(`/app-center/api/apps/create`, params)

0 commit comments

Comments
 (0)