diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 18:37:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 18:37:47 +0900 |
| commit | 79698314adb4d356223f579ac1df853adf71e937 (patch) | |
| tree | cae77e8cc2993fd3bfc55019a8c692b367a2ae1f /src/web/app/mobile/script.ts | |
| parent | wip (diff) | |
| download | misskey-79698314adb4d356223f579ac1df853adf71e937.tar.gz misskey-79698314adb4d356223f579ac1df853adf71e937.tar.bz2 misskey-79698314adb4d356223f579ac1df853adf71e937.zip | |
wip
Diffstat (limited to 'src/web/app/mobile/script.ts')
| -rw-r--r-- | src/web/app/mobile/script.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts index 904cebc7e1..07912a178e 100644 --- a/src/web/app/mobile/script.ts +++ b/src/web/app/mobile/script.ts @@ -55,6 +55,7 @@ init((launch) => { { path: '/i/messaging/:username', component: MkMessagingRoom }, { path: '/i/drive', component: MkDrive }, { path: '/i/drive/folder/:folder', component: MkDrive }, + { path: '/i/drive/file/:file', component: MkDrive }, { path: '/selectdrive', component: MkSelectDrive }, { path: '/:user', component: MkUser } ]); |