mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): redirect old path /workflow (#4469)
This commit is contained in:
@@ -194,6 +194,10 @@ const router = new Router({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/workflow',
|
||||||
|
redirect: '/workflow/new',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/workflows',
|
path: '/workflows',
|
||||||
name: VIEWS.WORKFLOWS,
|
name: VIEWS.WORKFLOWS,
|
||||||
|
|||||||
Reference in New Issue
Block a user