We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4152a3b + 55c2b70 commit 7f77d46Copy full SHA for 7f77d46
src-ts/tools/work/work.routes.tsx
@@ -56,6 +56,12 @@ const oldUrlRedirectRoute: ReadonlyArray<PlatformRoute> = EnvironmentConfig.SUBD
56
id: 'redirect-old-url',
57
route: '/work/*',
58
},
59
+ {
60
+ children: [],
61
+ element: <Rewrite to='/self-service/*' />,
62
+ id: 'redirect-old-url',
63
+ route: '/self-service/work/*',
64
+ },
65
] : []
66
67
export const workRoutes: ReadonlyArray<PlatformRoute> = [
0 commit comments