diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-04 20:26:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-04 20:26:12 +0900 |
| commit | 40276d7f1a20184a5390575697ef5660eaa34f07 (patch) | |
| tree | 06e32273fbf99d250371e4a995b44e0a707c3e2e /src/client/app/boot.js | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-40276d7f1a20184a5390575697ef5660eaa34f07.tar.gz misskey-40276d7f1a20184a5390575697ef5660eaa34f07.tar.bz2 misskey-40276d7f1a20184a5390575697ef5660eaa34f07.zip | |
テストページ廃止
Diffstat (limited to 'src/client/app/boot.js')
| -rw-r--r-- | src/client/app/boot.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js index 9af58076e7..6cb1488e40 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -41,7 +41,6 @@ if (`${url.pathname}/`.startsWith('/dev/')) app = 'dev'; if (`${url.pathname}/`.startsWith('/auth/')) app = 'auth'; if (`${url.pathname}/`.startsWith('/admin/')) app = 'admin'; - if (`${url.pathname}/`.startsWith('/test/')) app = 'test'; //#endregion // Script version |