File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
viewer/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
import { default as App } from "antd/es/app" ;
2
2
import { default as ConfigProvider } from "antd/es/config-provider" ;
3
3
import {
4
- USER_PROFILE_URL ,
5
4
ORG_HOME_URL ,
6
5
ALL_APPLICATIONS_URL ,
7
6
APP_EDITOR_URL ,
8
7
APPLICATION_VIEW_URL ,
9
8
BASE_URL ,
10
9
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 ,
17
10
INVITE_LANDING_URL ,
18
11
isAuthUnRequired ,
19
12
ORG_AUTH_LOGIN_URL ,
20
13
ORG_AUTH_REGISTER_URL ,
21
- QUERY_LIBRARY_URL ,
22
14
USER_AUTH_URL ,
23
- ADMIN_APP_URL ,
24
15
ORG_AUTH_FORGOT_PASSWORD_URL ,
25
16
ORG_AUTH_RESET_PASSWORD_URL ,
26
17
} from "constants/routesURL" ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { DatasourceType } from "@lowcoder-ee/constants/queryConstants";
5
5
6
6
export const BASE_URL = "/" ;
7
7
export const USER_AUTH_URL = "/user/auth" ;
8
- export const USER_PROFILE_URL = "/user/profile" ;
9
8
export const ORG_HOME_URL = "/org/home" ;
10
9
export const COMPONENT_DOC_URL = "/components" ;
11
10
You can’t perform that action at this time.
0 commit comments