Built motion from commit 3d3e98f2.|2.6.29
[motion2.git] / server / api / system / index.js
index a8e7e15..64ea2fd 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x95eb=['./system.controller','get','index','/process/:pid/kill','isAuthenticated','killProcess','Router','../../components/auth/service'];(function(_0x9ade59,_0x105c38){var _0x12bb7c=function(_0x1f6fef){while(--_0x1f6fef){_0x9ade59['push'](_0x9ade59['shift']());}};_0x12bb7c(++_0x105c38);}(_0x95eb,0x1ae));var _0xb95e=function(_0x45059a,_0x238214){_0x45059a=_0x45059a-0x0;var _0x485116=_0x95eb[_0x45059a];return _0x485116;};'use strict';var express=require('express');var router=express[_0xb95e('0x0')]();var auth=require(_0xb95e('0x1'));var controller=require(_0xb95e('0x2'));router[_0xb95e('0x3')]('/',auth['isAuthenticated'](),controller[_0xb95e('0x4')]);router[_0xb95e('0x3')](_0xb95e('0x5'),auth[_0xb95e('0x6')](),controller[_0xb95e('0x7')]);module['exports']=router;
\ No newline at end of file
+var _0x0e90=['express','Router','./system.controller','isAuthenticated','get','exports'];(function(_0x1694f5,_0x49b7c3){var _0x5b4321=function(_0x58c183){while(--_0x58c183){_0x1694f5['push'](_0x1694f5['shift']());}};_0x5b4321(++_0x49b7c3);}(_0x0e90,0x1ce));var _0x00e9=function(_0x8a3661,_0x1e8a6d){_0x8a3661=_0x8a3661-0x0;var _0x4fc290=_0x0e90[_0x8a3661];return _0x4fc290;};'use strict';var express=require(_0x00e9('0x0'));var router=express[_0x00e9('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x00e9('0x2'));router['get']('/',auth[_0x00e9('0x3')](),controller['index']);router[_0x00e9('0x4')]('/process/:pid/kill',auth[_0x00e9('0x3')](),controller['killProcess']);module[_0x00e9('0x5')]=router;
\ No newline at end of file