Skip to content

Commit

Permalink
[KNOWAGE-8692] Removed install config routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw committed Dec 6, 2024
1 parent 199f041 commit e4332fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions src/App.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ const baseRoutes = [
component: IframeRenderer,
props: (route) => ({ url: route.fullPath })
},
{
path: `${import.meta.env.VITE_KNOWAGE_CONTEXT}/restful-services/2.0/installconfig`,
component: IframeRenderer,
props: (route) => ({ url: route.fullPath })
},
{
path: `${import.meta.env.VITE_KNOWAGE_CONTEXT}/themes:catchAll(.*)`,
component: IframeRenderer,
Expand Down
3 changes: 1 addition & 2 deletions src/UserFunctionalitiesConstants.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"IMP_EXP_RESOURCES": "ImpExpResources",
"IMP_EXP_SCHEDULER": "ImpExpScheduler",
"IMP_EXP_USERS": "ImpExpUsers",
"INSTALL_CONFIG": "InstallConfig",
"KPI_MANAGEMENT": "KpiManagement",
"KPI_SCHEDULATION": "KpiSchedulation",
"KPI_TARGETS_MANAGEMENT": "KpiTargetsManagement",
Expand Down Expand Up @@ -175,4 +174,4 @@
"WORKSPACE_MANAGEMENT": "WorkspaceManagement",
"WORKSPACE_MOVE_DOCUMENT": "WorkspaceMoveDocument",
"WORK_FLOW_MANAGMENT": "WorkFlowManagment"
}
}

0 comments on commit e4332fb

Please sign in to comment.