Commit 9432cc3c authored by quentin.vrel's avatar quentin.vrel

redirection to betaparty

parent f44c7f01
......@@ -42,6 +42,10 @@ const routes = [
path: '/profile/:id',
name: 'Profile',
component: () => import('../views/Profile.vue')
},
{
path: '/joinpublic/:id',
redirect: { name : 'Betaparty'}
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment