볼링공 속도 측정기 추가
This commit is contained in:
@@ -36,6 +36,14 @@ const routes = [
|
||||
path: '/',
|
||||
redirect: '/login'
|
||||
},
|
||||
{
|
||||
path: '/bowlspeed',
|
||||
name: 'BowlingSpeed',
|
||||
beforeEnter() {
|
||||
window.location.href = '/bowlspeed/index.html';
|
||||
},
|
||||
meta: { title: '볼링공 속도 계산기', requiresAuth: false }
|
||||
},
|
||||
{
|
||||
path: '/public/:publicHash',
|
||||
name: 'EventPublicPage',
|
||||
|
||||
Reference in New Issue
Block a user