mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): redirect old path /workflow (#4469)
This commit is contained in:
parent
e6ec134cf3
commit
7620d93eda
|
@ -194,6 +194,10 @@ const router = new Router({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/workflow',
|
||||||
|
redirect: '/workflow/new',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/workflows',
|
path: '/workflows',
|
||||||
name: VIEWS.WORKFLOWS,
|
name: VIEWS.WORKFLOWS,
|
||||||
|
|
Loading…
Reference in a new issue