diff --git a/ui/src/router/routes.ts b/ui/src/router/routes.ts index c63cbff06..7216ed8f0 100644 --- a/ui/src/router/routes.ts +++ b/ui/src/router/routes.ts @@ -394,10 +394,6 @@ const routes: RouteNode[] = [ path: '50x', page: 'pages/50X', }, - { - path: '403', - page: 'pages/403', - }, ], }, { @@ -430,6 +426,10 @@ const routes: RouteNode[] = [ path: '/users/unsubscribe', page: 'pages/Users/Unsubscribe', }, + { + path: '403', + page: 'pages/403', + }, ], }, {