Built motion from commit f94df7f0.|2.5.48
[motion2.git] / server / api / network / index.js
index 908a20e..316d47b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x57ca=['get','isAuthenticated','index','/:id','show','put','update','exports','util','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./network.controller'];(function(_0x1caf6a,_0x26a5bf){var _0x1bf493=function(_0x3982f5){while(--_0x3982f5){_0x1caf6a['push'](_0x1caf6a['shift']());}};_0x1bf493(++_0x26a5bf);}(_0x57ca,0x108));var _0xa57c=function(_0x3d97ff,_0x13c2a5){_0x3d97ff=_0x3d97ff-0x0;var _0x50dd10=_0x57ca[_0x3d97ff];return _0x50dd10;};'use strict';var multer=require('multer');var util=require(_0xa57c('0x0'));var path=require(_0xa57c('0x1'));var timeout=require('connect-timeout');var express=require(_0xa57c('0x2'));var router=express[_0xa57c('0x3')]();var fs_extra=require(_0xa57c('0x4'));var auth=require(_0xa57c('0x5'));var interaction=require(_0xa57c('0x6'));var config=require('../../config/environment');var controller=require(_0xa57c('0x7'));router[_0xa57c('0x8')]('/',auth[_0xa57c('0x9')](),controller[_0xa57c('0xa')]);router[_0xa57c('0x8')](_0xa57c('0xb'),auth[_0xa57c('0x9')](),controller[_0xa57c('0xc')]);router['post']('/',auth[_0xa57c('0x9')](),controller['create']);router[_0xa57c('0xd')](_0xa57c('0xb'),auth['isAuthenticated'](),controller[_0xa57c('0xe')]);router['delete'](_0xa57c('0xb'),auth[_0xa57c('0x9')](),controller['destroy']);module[_0xa57c('0xf')]=router;
\ No newline at end of file
+var _0xac19=['connect-timeout','express','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','show','post','create','put','/:id','update','delete','destroy','exports','util','path'];(function(_0x14f418,_0xe8c131){var _0x5e5cdb=function(_0x539847){while(--_0x539847){_0x14f418['push'](_0x14f418['shift']());}};_0x5e5cdb(++_0xe8c131);}(_0xac19,0x130));var _0x9ac1=function(_0x2a193f,_0x10ab8e){_0x2a193f=_0x2a193f-0x0;var _0x579e2c=_0xac19[_0x2a193f];return _0x579e2c;};'use strict';var multer=require('multer');var util=require(_0x9ac1('0x0'));var path=require(_0x9ac1('0x1'));var timeout=require(_0x9ac1('0x2'));var express=require(_0x9ac1('0x3'));var router=express['Router']();var fs_extra=require(_0x9ac1('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x9ac1('0x5'));var config=require(_0x9ac1('0x6'));var controller=require('./network.controller');router[_0x9ac1('0x7')]('/',auth[_0x9ac1('0x8')](),controller['index']);router['get']('/:id',auth[_0x9ac1('0x8')](),controller[_0x9ac1('0x9')]);router[_0x9ac1('0xa')]('/',auth[_0x9ac1('0x8')](),controller[_0x9ac1('0xb')]);router[_0x9ac1('0xc')](_0x9ac1('0xd'),auth[_0x9ac1('0x8')](),controller[_0x9ac1('0xe')]);router[_0x9ac1('0xf')](_0x9ac1('0xd'),auth[_0x9ac1('0x8')](),controller[_0x9ac1('0x10')]);module[_0x9ac1('0x11')]=router;
\ No newline at end of file