mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 16:05:30 +02:00
テストページ廃止
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user