Built motion from commit (unavailable).|2.5.5
[motion2.git] / server / api / system / index.js
index 77ccb4f..3e24a73 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9f08=['Router','../../components/auth/service','./system.controller','get','isAuthenticated','killProcess','exports','express'];(function(_0x9cc031,_0x2f0329){var _0x562d51=function(_0x30f12e){while(--_0x30f12e){_0x9cc031['push'](_0x9cc031['shift']());}};_0x562d51(++_0x2f0329);}(_0x9f08,0x8f));var _0x89f0=function(_0x24fa97,_0x4dd6d6){_0x24fa97=_0x24fa97-0x0;var _0x5da551=_0x9f08[_0x24fa97];return _0x5da551;};'use strict';var express=require(_0x89f0('0x0'));var router=express[_0x89f0('0x1')]();var auth=require(_0x89f0('0x2'));var controller=require(_0x89f0('0x3'));router[_0x89f0('0x4')]('/',auth['isAuthenticated'](),controller['index']);router['get']('/process/:pid/kill',auth[_0x89f0('0x5')](),controller[_0x89f0('0x6')]);module[_0x89f0('0x7')]=router;
\ No newline at end of file
+var _0xcff2=['Router','../../components/auth/service','get','isAuthenticated','index','/process/:pid/kill','express'];(function(_0x52599d,_0x5d8a4e){var _0x395e94=function(_0x595eeb){while(--_0x595eeb){_0x52599d['push'](_0x52599d['shift']());}};_0x395e94(++_0x5d8a4e);}(_0xcff2,0x172));var _0x2cff=function(_0x555ebb,_0x4b1b68){_0x555ebb=_0x555ebb-0x0;var _0x3c0a4a=_0xcff2[_0x555ebb];return _0x3c0a4a;};'use strict';var express=require(_0x2cff('0x0'));var router=express[_0x2cff('0x1')]();var auth=require(_0x2cff('0x2'));var controller=require('./system.controller');router[_0x2cff('0x3')]('/',auth[_0x2cff('0x4')](),controller[_0x2cff('0x5')]);router[_0x2cff('0x3')](_0x2cff('0x6'),auth[_0x2cff('0x4')](),controller['killProcess']);module['exports']=router;
\ No newline at end of file