aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/routes.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/routes.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/routes.js b/workflow-designer-ui/src/main/frontend/src/routes.js
index ea433cca..4be77016 100644
--- a/workflow-designer-ui/src/main/frontend/src/routes.js
+++ b/workflow-designer-ui/src/main/frontend/src/routes.js
@@ -23,7 +23,7 @@ import Composition from 'features/version/composition/Composition';
export const routes = [
{
- path: '/workflow/:workflowId/version/:versionId',
+ path: '/workflows/workflow/:workflowId/version/:versionId',
component: Version,
routes: [
{
@@ -48,12 +48,12 @@ export const routes = [
]
},
{
- path: '/',
+ path: '/workflows',
exact: true,
component: Catalog
},
{
- path: '/workflow/:workflowId/overview',
+ path: '/workflows/workflow/:workflowId/overview',
component: OverviewView
}
];