mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
rename board route
This commit is contained in:
parent
6eed4492a6
commit
8ea687484c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default new Router({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/boards/:id',
|
path: '/board/:id',
|
||||||
name: 'board',
|
name: 'board',
|
||||||
component: Board,
|
component: Board,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue