Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b36b487

Browse files
committed
remove profile
1 parent aee02a4 commit b36b487

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

viewer/packages/lowcoder/src/app.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
import { default as App } from "antd/es/app";
22
import { default as ConfigProvider } from "antd/es/config-provider";
33
import {
4-
USER_PROFILE_URL,
54
ORG_HOME_URL,
65
ALL_APPLICATIONS_URL,
76
APP_EDITOR_URL,
87
APPLICATION_VIEW_URL,
98
BASE_URL,
109
COMPONENT_DOC_URL,
11-
DATASOURCE_CREATE_URL,
12-
DATASOURCE_EDIT_URL,
13-
DATASOURCE_URL,
14-
FOLDER_URL,
15-
FOLDERS_URL,
16-
IMPORT_APP_FROM_TEMPLATE_URL,
1710
INVITE_LANDING_URL,
1811
isAuthUnRequired,
1912
ORG_AUTH_LOGIN_URL,
2013
ORG_AUTH_REGISTER_URL,
21-
QUERY_LIBRARY_URL,
2214
USER_AUTH_URL,
23-
ADMIN_APP_URL,
2415
ORG_AUTH_FORGOT_PASSWORD_URL,
2516
ORG_AUTH_RESET_PASSWORD_URL,
2617
} from "constants/routesURL";

viewer/packages/lowcoder/src/constants/routesURL.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { DatasourceType } from "@lowcoder-ee/constants/queryConstants";
55

66
export const BASE_URL = "/";
77
export const USER_AUTH_URL = "/user/auth";
8-
export const USER_PROFILE_URL = "/user/profile";
98
export const ORG_HOME_URL = "/org/home";
109
export const COMPONENT_DOC_URL = "/components";
1110

0 commit comments

Comments
 (0)