summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/script.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-09 19:23:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-09 19:23:52 +0900
commit48d540e9f4cb820ab21c2a33eb68267442bea96b (patch)
treeb89bcb2041b86804a5a99080d0d4c67a79b24d3b /src/client/app/desktop/script.ts
parentFix bug (diff)
downloadsharkey-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.ts2
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 }
]
});