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 11import { default as App } from "antd/es/app" ;
22import { default as ConfigProvider } from "antd/es/config-provider" ;
33import {
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" ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { DatasourceType } from "@lowcoder-ee/constants/queryConstants";
55
66export const BASE_URL = "/" ;
77export const USER_AUTH_URL = "/user/auth" ;
8- export const USER_PROFILE_URL = "/user/profile" ;
98export const ORG_HOME_URL = "/org/home" ;
109export const COMPONENT_DOC_URL = "/components" ;
1110
You can’t perform that action at this time.
0 commit comments