From 48d540e9f4cb820ab21c2a33eb68267442bea96b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Apr 2018 19:23:52 +0900 Subject: Fix bug --- src/client/app/desktop/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/desktop/script.ts') diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index f57d42aa6f..b3152e708b 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -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 } ] }); -- cgit v1.2.3-freya