X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=1ab4ccdbb596789f5bf6aaa9da7c704e1cf14480;hb=refs%2Ftags%2F2.6.19;hp=dc4d3243cbfea5f67e3fba8845e479619f75dc94;hpb=cc5ed542bde40ef5cb950540b6a10b4f2d3f9dc8;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index dc4d324..1ab4ccd 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 _0x5f2b=['./system.controller','get','index','/process/:pid/kill','isAuthenticated','killProcess','exports','express','Router','../../components/auth/service'];(function(_0x2f5ac5,_0x1ee939){var _0x37c9a8=function(_0x15031f){while(--_0x15031f){_0x2f5ac5['push'](_0x2f5ac5['shift']());}};_0x37c9a8(++_0x1ee939);}(_0x5f2b,0xb1));var _0xb5f2=function(_0x12ea78,_0xdfff14){_0x12ea78=_0x12ea78-0x0;var _0x5b6500=_0x5f2b[_0x12ea78];return _0x5b6500;};'use strict';var express=require(_0xb5f2('0x0'));var router=express[_0xb5f2('0x1')]();var auth=require(_0xb5f2('0x2'));var controller=require(_0xb5f2('0x3'));router[_0xb5f2('0x4')]('/',auth['isAuthenticated'](),controller[_0xb5f2('0x5')]);router['get'](_0xb5f2('0x6'),auth[_0xb5f2('0x7')](),controller[_0xb5f2('0x8')]);module[_0xb5f2('0x9')]=router; \ No newline at end of file +var _0x9f77=['get','/process/:pid/kill','isAuthenticated','exports','express','Router','../../components/auth/service','./system.controller'];(function(_0x27ed41,_0xb780a1){var _0x507934=function(_0x1f09ab){while(--_0x1f09ab){_0x27ed41['push'](_0x27ed41['shift']());}};_0x507934(++_0xb780a1);}(_0x9f77,0x114));var _0x79f7=function(_0x49a3ac,_0x381b36){_0x49a3ac=_0x49a3ac-0x0;var _0x7cec7c=_0x9f77[_0x49a3ac];return _0x7cec7c;};'use strict';var express=require(_0x79f7('0x0'));var router=express[_0x79f7('0x1')]();var auth=require(_0x79f7('0x2'));var controller=require(_0x79f7('0x3'));router['get']('/',auth['isAuthenticated'](),controller['index']);router[_0x79f7('0x4')](_0x79f7('0x5'),auth[_0x79f7('0x6')](),controller['killProcess']);module[_0x79f7('0x7')]=router; \ No newline at end of file