Built motion from commit f67b3b02.|2.6.31
[motion2.git] / server / api / system / index.js
index e803753..71b78be 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xd72f=['index','/process/:pid/kill','express','Router','../../components/auth/service','./system.controller','get','isAuthenticated'];(function(_0x5292ec,_0x1ad27e){var _0x39e27c=function(_0xfc0a69){while(--_0xfc0a69){_0x5292ec['push'](_0x5292ec['shift']());}};_0x39e27c(++_0x1ad27e);}(_0xd72f,0x7a));var _0xfd72=function(_0x47e7cb,_0x4c1b8d){_0x47e7cb=_0x47e7cb-0x0;var _0x2a8874=_0xd72f[_0x47e7cb];return _0x2a8874;};'use strict';var express=require(_0xfd72('0x0'));var router=express[_0xfd72('0x1')]();var auth=require(_0xfd72('0x2'));var controller=require(_0xfd72('0x3'));router[_0xfd72('0x4')]('/',auth[_0xfd72('0x5')](),controller[_0xfd72('0x6')]);router[_0xfd72('0x4')](_0xfd72('0x7'),auth[_0xfd72('0x5')](),controller['killProcess']);module['exports']=router;
\ No newline at end of file
+var _0x71a8=['exports','express','Router','../../components/auth/service','./system.controller','get','index','killProcess'];(function(_0x2c2e31,_0x31c640){var _0x111ca0=function(_0x98b776){while(--_0x98b776){_0x2c2e31['push'](_0x2c2e31['shift']());}};_0x111ca0(++_0x31c640);}(_0x71a8,0x189));var _0x871a=function(_0x17101a,_0x2c0ff0){_0x17101a=_0x17101a-0x0;var _0x3b027f=_0x71a8[_0x17101a];return _0x3b027f;};'use strict';var express=require(_0x871a('0x0'));var router=express[_0x871a('0x1')]();var auth=require(_0x871a('0x2'));var controller=require(_0x871a('0x3'));router[_0x871a('0x4')]('/',auth['isAuthenticated'](),controller[_0x871a('0x5')]);router['get']('/process/:pid/kill',auth['isAuthenticated'](),controller[_0x871a('0x6')]);module[_0x871a('0x7')]=router;
\ No newline at end of file