Skip to content

Commit

Permalink
delete get env
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Sep 12, 2024
1 parent c6d437b commit 8412507
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions frontend/providers/applaunchpad/src/api/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export const getUserQuota = () =>

export const postAuthCname = (data: AuthCnamePrams) => POST('/api/platform/authCname', data);

// abandoned
export const getPlatformEnv = () => GET<EnvResponse>('/api/platform/getEnv');

export const updateDesktopGuide = (payload: UpdateUserGuideParams) =>
POST('/api/guide/updateGuide', payload);

Expand Down
13 changes: 0 additions & 13 deletions frontend/providers/applaunchpad/src/pages/api/platform/getEnv.ts

This file was deleted.

0 comments on commit 8412507

Please sign in to comment.