router: remove dead link

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/803/head
Varun Patil 2023-08-28 16:43:04 -07:00
parent fce0a23277
commit e75aa4006f
1 changed files with 0 additions and 9 deletions

View File

@ -115,15 +115,6 @@ export default new Router({
}), }),
}, },
{
path: '/maps',
name: 'maps',
// router-link doesn't support external url, let's force the redirect
beforeEnter() {
window.open(generateUrl('/apps/maps'), '_blank');
},
},
{ {
path: '/s/:token', path: '/s/:token',
component: Timeline, component: Timeline,