diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-02 23:05:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-02 23:05:53 +0900 |
| commit | f2e719b3612506493b0d27c4476fcd0879ed1eea (patch) | |
| tree | 6d3af4d1fd886ea963f6a67821d669b4b1cd53fe /src/client/app/boot.js | |
| parent | [API] Implement admin/add-emoji (diff) | |
| download | misskey-f2e719b3612506493b0d27c4476fcd0879ed1eea.tar.gz misskey-f2e719b3612506493b0d27c4476fcd0879ed1eea.tar.bz2 misskey-f2e719b3612506493b0d27c4476fcd0879ed1eea.zip | |
[Client] Admin page improved
Diffstat (limited to 'src/client/app/boot.js')
| -rw-r--r-- | src/client/app/boot.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js index 063749caee..0d5eefaea9 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -46,6 +46,7 @@ if (`${url.pathname}/`.startsWith('/docs/')) app = 'docs'; if (`${url.pathname}/`.startsWith('/dev/')) app = 'dev'; if (`${url.pathname}/`.startsWith('/auth/')) app = 'auth'; + if (`${url.pathname}/`.startsWith('/admin/')) app = 'admin'; //#endregion //#region Detect the user language |