Fix bug
This commit is contained in:
parent
2560d3d1c1
commit
48d540e9f4
4 changed files with 6 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ init(async (launch) => {
|
|||
{ path: '/othello', component: MkOthello },
|
||||
{ path: '/othello/:game', component: MkOthello },
|
||||
{ path: '/@:user', component: MkUser },
|
||||
{ path: '/@:user/:note', component: MkNote }
|
||||
{ path: '/notes/:note', component: MkNote }
|
||||
]
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue