X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsystem%2Findex.js;h=5e51983469b079666004493f66491bbf1a2fe6b4;hb=346b088f67941917246c7baf7fa29be1e107643b;hp=31c1a160b7570c3d5ad59c22360f320541cd0420;hpb=884fcf970b507196a3b60584a74b23a84d7eaf24;p=motion2.git diff --git a/server/api/system/index.js b/server/api/system/index.js index 31c1a16..5e51983 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 _0xc893=['get','/process/:pid/kill','killProcess','exports','Router','../../components/auth/service','isAuthenticated','index'];(function(_0x20e004,_0x11b747){var _0x88b595=function(_0x212443){while(--_0x212443){_0x20e004['push'](_0x20e004['shift']());}};_0x88b595(++_0x11b747);}(_0xc893,0x194));var _0x3c89=function(_0x332243,_0x46bb0f){_0x332243=_0x332243-0x0;var _0xff4256=_0xc893[_0x332243];return _0xff4256;};'use strict';var express=require('express');var router=express[_0x3c89('0x0')]();var auth=require(_0x3c89('0x1'));var controller=require('./system.controller');router['get']('/',auth[_0x3c89('0x2')](),controller[_0x3c89('0x3')]);router[_0x3c89('0x4')](_0x3c89('0x5'),auth[_0x3c89('0x2')](),controller[_0x3c89('0x6')]);module[_0x3c89('0x7')]=router; \ No newline at end of file +var _0xfaaa=['exports','express','Router','../../components/auth/service','./system.controller','get','/process/:pid/kill','isAuthenticated','killProcess'];(function(_0x4bf221,_0x533115){var _0x596284=function(_0x3dae60){while(--_0x3dae60){_0x4bf221['push'](_0x4bf221['shift']());}};_0x596284(++_0x533115);}(_0xfaaa,0x169));var _0xafaa=function(_0x227e47,_0x37b712){_0x227e47=_0x227e47-0x0;var _0x45ae40=_0xfaaa[_0x227e47];return _0x45ae40;};'use strict';var express=require(_0xafaa('0x0'));var router=express[_0xafaa('0x1')]();var auth=require(_0xafaa('0x2'));var controller=require(_0xafaa('0x3'));router[_0xafaa('0x4')]('/',auth['isAuthenticated'](),controller['index']);router[_0xafaa('0x4')](_0xafaa('0x5'),auth[_0xafaa('0x6')](),controller[_0xafaa('0x7')]);module[_0xafaa('0x8')]=router; \ No newline at end of file