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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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