fix(editor): redirect old path /workflow (#4469)

This commit is contained in:
Mutasem Aldmour
2022-10-28 12:16:43 +02:00
committed by GitHub
parent e6ec134cf3
commit 7620d93eda

View File

@@ -194,6 +194,10 @@ const router = new Router({
},
},
},
{
path: '/workflow',
redirect: '/workflow/new',
},
{
path: '/workflows',
name: VIEWS.WORKFLOWS,