X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=f5c5ae19abbf0799cf7db8b8b2777fcaec75de62;hb=7e2a86485d5b091066011cf58fcba785923a5ac5;hp=6e6d065c87ee35fc0119fa40e6058521ee19d26d;hpb=de6f27d8824ffb29cbf937050a12378469af9a53;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index 6e6d065..f5c5ae1 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 _0x3589=['get','isAuthenticated','index','/process/:pid/kill','express','../../components/auth/service'];(function(_0x2136d5,_0x4b0479){var _0x3bee2e=function(_0x119e88){while(--_0x119e88){_0x2136d5['push'](_0x2136d5['shift']());}};_0x3bee2e(++_0x4b0479);}(_0x3589,0x94));var _0x9358=function(_0x5dca66,_0x11ac16){_0x5dca66=_0x5dca66-0x0;var _0x1107a2=_0x3589[_0x5dca66];return _0x1107a2;};'use strict';var express=require(_0x9358('0x0'));var router=express['Router']();var auth=require(_0x9358('0x1'));var controller=require('./system.controller');router[_0x9358('0x2')]('/',auth[_0x9358('0x3')](),controller[_0x9358('0x4')]);router['get'](_0x9358('0x5'),auth[_0x9358('0x3')](),controller['killProcess']);module['exports']=router; \ No newline at end of file +var _0x6a27=['killProcess','express','get','isAuthenticated','index','/process/:pid/kill'];(function(_0x4aa3bf,_0x46a115){var _0x3edc8c=function(_0x2c8beb){while(--_0x2c8beb){_0x4aa3bf['push'](_0x4aa3bf['shift']());}};_0x3edc8c(++_0x46a115);}(_0x6a27,0xbb));var _0x76a2=function(_0x1f46e1,_0x118eb6){_0x1f46e1=_0x1f46e1-0x0;var _0x2276ae=_0x6a27[_0x1f46e1];return _0x2276ae;};'use strict';var express=require(_0x76a2('0x0'));var router=express['Router']();var auth=require('../../components/auth/service');var controller=require('./system.controller');router[_0x76a2('0x1')]('/',auth[_0x76a2('0x2')](),controller[_0x76a2('0x3')]);router[_0x76a2('0x1')](_0x76a2('0x4'),auth[_0x76a2('0x2')](),controller[_0x76a2('0x5')]);module['exports']=router; \ No newline at end of file