X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=e57744739177f2270ece8682b34b4dd278a4f5e3;hb=4f69ebcfd3a87338adde0f617720ee400a063456;hp=779218eb8082d13a15ac67f9ef8397a09b2a79d8;hpb=02a2b9df24f6d8ad3d56655ff7da35118e3b5898;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index 779218e..e577447 100644 --- a/server/api/system/index.js +++ b/server/api/system/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x7ad9=['express','Router','../../components/auth/service','./system.controller','get','isAuthenticated','index','/process/:pid/kill','killProcess','exports'];(function(_0x2ec461,_0x5f588a){var _0x28603d=function(_0x21114b){while(--_0x21114b){_0x2ec461['push'](_0x2ec461['shift']());}};_0x28603d(++_0x5f588a);}(_0x7ad9,0x1f4));var _0x97ad=function(_0x1a4876,_0x244b5c){_0x1a4876=_0x1a4876-0x0;var _0x457bcc=_0x7ad9[_0x1a4876];return _0x457bcc;};'use strict';var express=require(_0x97ad('0x0'));var router=express[_0x97ad('0x1')]();var auth=require(_0x97ad('0x2'));var controller=require(_0x97ad('0x3'));router[_0x97ad('0x4')]('/',auth[_0x97ad('0x5')](),controller[_0x97ad('0x6')]);router[_0x97ad('0x4')](_0x97ad('0x7'),auth[_0x97ad('0x5')](),controller[_0x97ad('0x8')]);module[_0x97ad('0x9')]=router; \ No newline at end of file +var _0x6304=['express','Router','../../components/auth/service','./system.controller','get','/process/:pid/kill','killProcess','exports'];(function(_0xc1b33f,_0x2c9f08){var _0x459205=function(_0x4dad5b){while(--_0x4dad5b){_0xc1b33f['push'](_0xc1b33f['shift']());}};_0x459205(++_0x2c9f08);}(_0x6304,0x190));var _0x4630=function(_0x358b25,_0x2d6ea5){_0x358b25=_0x358b25-0x0;var _0x10c26c=_0x6304[_0x358b25];return _0x10c26c;};'use strict';var express=require(_0x4630('0x0'));var router=express[_0x4630('0x1')]();var auth=require(_0x4630('0x2'));var controller=require(_0x4630('0x3'));router[_0x4630('0x4')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0x4630('0x5'),auth['isAuthenticated'](),controller[_0x4630('0x6')]);module[_0x4630('0x7')]=router; \ No newline at end of file