Skip to content

Commit

Permalink
fix Access link (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Babaian committed Apr 25, 2022
1 parent 877a608 commit b10ab38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/routes.jsx
Expand Up @@ -65,6 +65,10 @@ export const routes = {
path: '/access',
component: Access,
},
access2: {
path: '/access.',
component: Access,
},
explorerRdrpOld: {
path: '/explorer-rdrp',
component: ({ location }) => <Redirect to={{ ...location, pathname: '/explorer/rdrp' }} />,
Expand Down

0 comments on commit b10ab38

Please sign in to comment.