diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-15 08:32:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-15 08:32:18 +0900 |
| commit | 113fe294bd7bd8dc3513528dc8e4484648b02847 (patch) | |
| tree | d02b4269beecd21cd626e537dd42089494c30e25 /src | |
| parent | 10.85.0 (diff) | |
| download | misskey-113fe294bd7bd8dc3513528dc8e4484648b02847.tar.gz misskey-113fe294bd7bd8dc3513528dc8e4484648b02847.tar.bz2 misskey-113fe294bd7bd8dc3513528dc8e4484648b02847.zip | |
Fix #4267
Close #4269
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/script.ts b/src/client/app/desktop/script.ts index 2454520618..2c2c287458 100644 --- a/src/client/app/desktop/script.ts +++ b/src/client/app/desktop/script.ts @@ -156,6 +156,7 @@ init(async (launch, os) => { { path: '/@:user/following', name: 'userFollowing', component: MkUserFollowingOrFollowers }, { path: '/@:user/followers', name: 'userFollowers', component: MkUserFollowingOrFollowers }, { path: '/authorize-follow', component: MkFollow }, + { path: '/deck', redirect: '/' }, { path: '*', component: MkNotFound } ] }); |