Skip to content

Commit

Permalink
fix: Add execution tab to redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik committed Feb 17, 2024
1 parent a392a67 commit 72be523
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const oldRoutesToRedirectToProjects = [
'/workflow/new',
'/workflow/:name/debug/:executionId',
'/workflow/:name/executions',
'/workflow/:name/executions/:executionId',
'/workflow/:workflowId/history/:versionId?',
'/workflows/templates/:id',
];
Expand Down

0 comments on commit 72be523

Please sign in to comment.