diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:23:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-09 19:23:52 +0900 |
| commit | 48d540e9f4cb820ab21c2a33eb68267442bea96b (patch) | |
| tree | b89bcb2041b86804a5a99080d0d4c67a79b24d3b /src/client/app/desktop/script.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.tar.gz sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.tar.bz2 sharkey-48d540e9f4cb820ab21c2a33eb68267442bea96b.zip | |
Fix bug
Diffstat (limited to 'src/client/app/desktop/script.ts')
| -rw-r--r-- | src/client/app/desktop/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 } ] }); |