Built motion from commit 9d0783e6.|2.6.13
[motion2.git] / server / api / network / index.js
index a05c93f..af45e24 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x199c=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/:id','show','post','create','put','update','delete','destroy','exports','path','connect-timeout','express'];(function(_0x1fd04e,_0x1421d7){var _0x3c05bb=function(_0xde698b){while(--_0xde698b){_0x1fd04e['push'](_0x1fd04e['shift']());}};_0x3c05bb(++_0x1421d7);}(_0x199c,0x1d8));var _0xc199=function(_0x110bb7,_0x56c479){_0x110bb7=_0x110bb7-0x0;var _0x1e6ac2=_0x199c[_0x110bb7];return _0x1e6ac2;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xc199('0x0'));var timeout=require(_0xc199('0x1'));var express=require(_0xc199('0x2'));var router=express[_0xc199('0x3')]();var fs_extra=require(_0xc199('0x4'));var auth=require(_0xc199('0x5'));var interaction=require(_0xc199('0x6'));var config=require(_0xc199('0x7'));var controller=require('./network.controller');router[_0xc199('0x8')]('/',auth[_0xc199('0x9')](),controller['index']);router['get'](_0xc199('0xa'),auth[_0xc199('0x9')](),controller[_0xc199('0xb')]);router[_0xc199('0xc')]('/',auth[_0xc199('0x9')](),controller[_0xc199('0xd')]);router[_0xc199('0xe')](_0xc199('0xa'),auth['isAuthenticated'](),controller[_0xc199('0xf')]);router[_0xc199('0x10')](_0xc199('0xa'),auth[_0xc199('0x9')](),controller[_0xc199('0x11')]);module[_0xc199('0x12')]=router;
\ No newline at end of file
+var _0xda81=['fs-extra','../../components/auth/service','../../config/environment','./network.controller','isAuthenticated','get','/:id','show','post','create','put','update','delete','destroy','multer','util','path','express','Router'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xda81,0x1c3));var _0x1da8=function(_0x14630a,_0x33865a){_0x14630a=_0x14630a-0x0;var _0x1ee906=_0xda81[_0x14630a];return _0x1ee906;};'use strict';var multer=require(_0x1da8('0x0'));var util=require(_0x1da8('0x1'));var path=require(_0x1da8('0x2'));var timeout=require('connect-timeout');var express=require(_0x1da8('0x3'));var router=express[_0x1da8('0x4')]();var fs_extra=require(_0x1da8('0x5'));var auth=require(_0x1da8('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x1da8('0x7'));var controller=require(_0x1da8('0x8'));router['get']('/',auth[_0x1da8('0x9')](),controller['index']);router[_0x1da8('0xa')](_0x1da8('0xb'),auth[_0x1da8('0x9')](),controller[_0x1da8('0xc')]);router[_0x1da8('0xd')]('/',auth[_0x1da8('0x9')](),controller[_0x1da8('0xe')]);router[_0x1da8('0xf')](_0x1da8('0xb'),auth['isAuthenticated'](),controller[_0x1da8('0x10')]);router[_0x1da8('0x11')](_0x1da8('0xb'),auth[_0x1da8('0x9')](),controller[_0x1da8('0x12')]);module['exports']=router;
\ No newline at end of file