Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / system / index.js
index f0fa460..497154f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe61a=['killProcess','express','Router','./system.controller','isAuthenticated','index','get'];(function(_0x5e7514,_0x30c2e1){var _0x12f472=function(_0x33ddb6){while(--_0x33ddb6){_0x5e7514['push'](_0x5e7514['shift']());}};_0x12f472(++_0x30c2e1);}(_0xe61a,0x120));var _0xae61=function(_0x31680a,_0x36eec6){_0x31680a=_0x31680a-0x0;var _0x4813fd=_0xe61a[_0x31680a];return _0x4813fd;};'use strict';var express=require(_0xae61('0x0'));var router=express[_0xae61('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xae61('0x2'));router['get']('/',auth[_0xae61('0x3')](),controller[_0xae61('0x4')]);router[_0xae61('0x5')]('/process/:pid/kill',auth[_0xae61('0x3')](),controller[_0xae61('0x6')]);module['exports']=router;
\ No newline at end of file
+var _0x966a=['./system.controller','get','index','isAuthenticated','killProcess','exports','express','Router'];(function(_0x20b1ca,_0xcaa99b){var _0x13a457=function(_0x49b381){while(--_0x49b381){_0x20b1ca['push'](_0x20b1ca['shift']());}};_0x13a457(++_0xcaa99b);}(_0x966a,0x16e));var _0xa966=function(_0x1bf2c2,_0x6f3632){_0x1bf2c2=_0x1bf2c2-0x0;var _0x384ef3=_0x966a[_0x1bf2c2];return _0x384ef3;};'use strict';var express=require(_0xa966('0x0'));var router=express[_0xa966('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0xa966('0x2'));router[_0xa966('0x3')]('/',auth['isAuthenticated'](),controller[_0xa966('0x4')]);router[_0xa966('0x3')]('/process/:pid/kill',auth[_0xa966('0x5')](),controller[_0xa966('0x6')]);module[_0xa966('0x7')]=router;
\ No newline at end of file