diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 23:12:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 23:12:27 +0900 |
| commit | 15a41e31b0514623f1db6cc99cc61c49dbde2de9 (patch) | |
| tree | 8f4406d66e0dcf3b38947710b4e7e7894b372a33 /src/client/router.ts | |
| parent | 12.2.0 (diff) | |
| download | misskey-15a41e31b0514623f1db6cc99cc61c49dbde2de9.tar.gz misskey-15a41e31b0514623f1db6cc99cc61c49dbde2de9.tar.bz2 misskey-15a41e31b0514623f1db6cc99cc61c49dbde2de9.zip | |
Fix #5856
Diffstat (limited to 'src/client/router.ts')
| -rw-r--r-- | src/client/router.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/router.ts b/src/client/router.ts index 16ab96dea4..70bc48c49e 100644 --- a/src/client/router.ts +++ b/src/client/router.ts @@ -52,6 +52,7 @@ export const router = new VueRouter({ { path: '/tags/:tag', component: page('tag') }, { path: '/auth/:token', component: page('auth') }, { path: '/authorize-follow', component: page('follow') }, + { path: '/share', component: page('share') }, /*{ path: '*', component: MkNotFound }*/ ], // なんかHacky |