refactor(client): score screen path

pull/12/head
sundowndev 2019-12-07 15:28:24 +01:00
parent d699fcb7d3
commit b415bfb05b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default new Router({
component: Home,
},
{
path: '/score-screen',
path: '/end',
name: 'scoreScreen',
component: ScoreScreen,
},