X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=ccd2fbe6861fee2ed82ca66ad1d420c6f699d299;hb=877636f71ea4e4a4bfc9f2950f78c09e94a43e10;hp=1b4c0de8e55fd1670f4f059c4aa582205708cddd;hpb=dfacf7f441a092a1e235cb444060bf10fa72e39a;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index 1b4c0de..ccd2fbe 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 _0xbbcd=['exports','express','Router','../../components/auth/service','./system.controller','get','/process/:pid/kill','killProcess'];(function(_0x425f81,_0x2515ec){var _0x279e6b=function(_0x40267f){while(--_0x40267f){_0x425f81['push'](_0x425f81['shift']());}};_0x279e6b(++_0x2515ec);}(_0xbbcd,0xa1));var _0xdbbc=function(_0x1c7b36,_0x487647){_0x1c7b36=_0x1c7b36-0x0;var _0x520c56=_0xbbcd[_0x1c7b36];return _0x520c56;};'use strict';var express=require(_0xdbbc('0x0'));var router=express[_0xdbbc('0x1')]();var auth=require(_0xdbbc('0x2'));var controller=require(_0xdbbc('0x3'));router[_0xdbbc('0x4')]('/',auth['isAuthenticated'](),controller['index']);router[_0xdbbc('0x4')](_0xdbbc('0x5'),auth['isAuthenticated'](),controller[_0xdbbc('0x6')]);module[_0xdbbc('0x7')]=router; \ No newline at end of file +var _0x15ad=['./system.controller','get','isAuthenticated','index','/process/:pid/kill','exports','express','Router'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x15ad,0x6e));var _0xd15a=function(_0x4101d9,_0x44175d){_0x4101d9=_0x4101d9-0x0;var _0x519f3d=_0x15ad[_0x4101d9];return _0x519f3d;};'use strict';var express=require(_0xd15a('0x0'));var router=express[_0xd15a('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xd15a('0x2'));router[_0xd15a('0x3')]('/',auth[_0xd15a('0x4')](),controller[_0xd15a('0x5')]);router['get'](_0xd15a('0x6'),auth[_0xd15a('0x4')](),controller['killProcess']);module[_0xd15a('0x7')]=router; \ No newline at end of file