This commit is contained in:
syuilo
2018-04-09 19:23:52 +09:00
parent 2560d3d1c1
commit 48d540e9f4
4 changed files with 6 additions and 6 deletions

View File

@ -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 }
]
});