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.
1 parent 4152a3b commit 55c2b70Copy full SHA for 55c2b70
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