mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +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',
|
||||
component: Board,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue