X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=4a83c44b2a360a088f832cfcc88d6bef98b027e1;hb=9c8616cfa647d703a1bff4c288be65133e777d2a;hp=0b1ac0bb7a1c125aa7947fe052e8a4d4312011e1;hpb=9a44dbf63247346f18777cf5ec4c91e11165c4b0;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index 0b1ac0b..4a83c44 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 _0x5a8a=['isAuthenticated','index','get','/process/:pid/kill','exports','express','Router','./system.controller'];(function(_0x19f7d0,_0x258639){var _0x12aede=function(_0x4d2771){while(--_0x4d2771){_0x19f7d0['push'](_0x19f7d0['shift']());}};_0x12aede(++_0x258639);}(_0x5a8a,0x19d));var _0xa5a8=function(_0xa464c9,_0x7c86d8){_0xa464c9=_0xa464c9-0x0;var _0x3d73c4=_0x5a8a[_0xa464c9];return _0x3d73c4;};'use strict';var express=require(_0xa5a8('0x0'));var router=express[_0xa5a8('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xa5a8('0x2'));router['get']('/',auth[_0xa5a8('0x3')](),controller[_0xa5a8('0x4')]);router[_0xa5a8('0x5')](_0xa5a8('0x6'),auth[_0xa5a8('0x3')](),controller['killProcess']);module[_0xa5a8('0x7')]=router; \ No newline at end of file +var _0x4774=['index','/process/:pid/kill','isAuthenticated','killProcess','express','Router','get'];(function(_0x1ee2b3,_0x54762c){var _0x5f460b=function(_0x5e8180){while(--_0x5e8180){_0x1ee2b3['push'](_0x1ee2b3['shift']());}};_0x5f460b(++_0x54762c);}(_0x4774,0x1e7));var _0x4477=function(_0x25cfae,_0x38a3ad){_0x25cfae=_0x25cfae-0x0;var _0x95e943=_0x4774[_0x25cfae];return _0x95e943;};'use strict';var express=require(_0x4477('0x0'));var router=express[_0x4477('0x1')]();var auth=require('../../components/auth/service');var controller=require('./system.controller');router[_0x4477('0x2')]('/',auth['isAuthenticated'](),controller[_0x4477('0x3')]);router[_0x4477('0x2')](_0x4477('0x4'),auth[_0x4477('0x5')](),controller[_0x4477('0x6')]);module['exports']=router; \ No newline at end of file