From f2e719b3612506493b0d27c4476fcd0879ed1eea Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 2 Nov 2018 23:05:53 +0900 Subject: [Client] Admin page improved --- src/client/app/boot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/app/boot.js') 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 -- cgit v1.3.1-freya