X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=603e9954af32d9e79d7bc8fa1b9ba8000d3241f7;hb=2f0d83a545a3c7ba93827dd387ecbd5e7a9f8440;hp=c5d24cc6d2458a677f647de1421d8dbde5fc6b29;hpb=44bd2814959684a7f7b774f2c71a3b12f9ba5952;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index c5d24cc..603e995 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 _0x1d05=['exports','Router','../../components/auth/service','./system.controller','get','isAuthenticated','/process/:pid/kill','killProcess'];(function(_0x83ff27,_0x59ca21){var _0x289845=function(_0x5ede0c){while(--_0x5ede0c){_0x83ff27['push'](_0x83ff27['shift']());}};_0x289845(++_0x59ca21);}(_0x1d05,0x111));var _0x51d0=function(_0x5a8deb,_0x34a19d){_0x5a8deb=_0x5a8deb-0x0;var _0x44da13=_0x1d05[_0x5a8deb];return _0x44da13;};'use strict';var express=require('express');var router=express[_0x51d0('0x0')]();var auth=require(_0x51d0('0x1'));var controller=require(_0x51d0('0x2'));router[_0x51d0('0x3')]('/',auth[_0x51d0('0x4')](),controller['index']);router['get'](_0x51d0('0x5'),auth[_0x51d0('0x4')](),controller[_0x51d0('0x6')]);module[_0x51d0('0x7')]=router; \ No newline at end of file +var _0x7854=['exports','express','Router','./system.controller','get','isAuthenticated','/process/:pid/kill','killProcess'];(function(_0xcbef,_0x313f39){var _0x5d9d2e=function(_0x3e76a0){while(--_0x3e76a0){_0xcbef['push'](_0xcbef['shift']());}};_0x5d9d2e(++_0x313f39);}(_0x7854,0x189));var _0x4785=function(_0x174a72,_0x46034c){_0x174a72=_0x174a72-0x0;var _0x32cecd=_0x7854[_0x174a72];return _0x32cecd;};'use strict';var express=require(_0x4785('0x0'));var router=express[_0x4785('0x1')]();var auth=require('../../components/auth/service');var controller=require(_0x4785('0x2'));router[_0x4785('0x3')]('/',auth[_0x4785('0x4')](),controller['index']);router[_0x4785('0x3')](_0x4785('0x5'),auth[_0x4785('0x4')](),controller[_0x4785('0x6')]);module[_0x4785('0x7')]=router; \ No newline at end of file