Skip to content

Commit

Permalink
fix(editor): redirect old path /workflow (n8n-io#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour authored Oct 28, 2022
1 parent c96b7d5 commit 3648118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/editor-ui/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ const router = new Router({
},
},
},
{
path: '/workflow',
redirect: '/workflow/new',
},
{
path: '/workflows',
name: VIEWS.WORKFLOWS,
Expand Down

0 comments on commit 3648118

Please sign in to comment.