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 88b880a + 7f77d46 commit 4d67342Copy full SHA for 4d67342
src/apps/self-service/src/self-service.routes.tsx
@@ -61,6 +61,12 @@ const oldUrlRedirectRoute: ReadonlyArray<PlatformRoute> = EnvironmentConfig.SUBD
61
id: 'redirect-old-url',
62
route: '/work/*',
63
},
64
+ {
65
+ children: [],
66
+ element: <Rewrite to='/self-service/*' />,
67
+ id: 'redirect-old-url',
68
+ route: '/self-service/work/*',
69
+ },
70
] : []
71
72
export const selfServiceRoutes: ReadonlyArray<PlatformRoute> = [
0 commit comments