Skip to content

Commit 119729d

Browse files
committed
changing the root
1 parent 2c8e165 commit 119729d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/app/service.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ import { BulkResponseStatus, BULK_VIRTUAL_RESPONSE_STATUS } from '../Application
3939

4040

4141

42-
export const getAppList = (request, options?: APIOptions) => {
43-
// Use ATHENA_ROOT instead of ORCHESTRATOR_ROOT for app list API
44-
const athenaUrl = `${window.__ATHENA_ROOT__}/${Routes.APP_LIST}`
45-
return post(athenaUrl, request, options)
46-
}
42+
export const getAppList = (request, options?: APIOptions) => post(Routes.APP_LIST, request, options)
4743

4844
export function deleteResource({ appName, env, name, kind, group, namespace, version, appId, envId }) {
4945
if (!group) {

0 commit comments

Comments
 (0)