Built motion from commit (unavailable).|2.5.0
[motion2.git] / server / api / network / index.js
index e3dcd94..f1b9724 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x91ca=['get','isAuthenticated','index','/:id','show','post','create','put','delete','destroy','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x3bfdde,_0x306be4){var _0x3f752a=function(_0x3b6751){while(--_0x3b6751){_0x3bfdde['push'](_0x3bfdde['shift']());}};_0x3f752a(++_0x306be4);}(_0x91ca,0x90));var _0xa91c=function(_0x3d2781,_0x4c8c02){_0x3d2781=_0x3d2781-0x0;var _0x3d71a8=_0x91ca[_0x3d2781];return _0x3d71a8;};'use strict';var multer=require('multer');var util=require(_0xa91c('0x0'));var path=require(_0xa91c('0x1'));var timeout=require(_0xa91c('0x2'));var express=require(_0xa91c('0x3'));var router=express[_0xa91c('0x4')]();var auth=require(_0xa91c('0x5'));var interaction=require(_0xa91c('0x6'));var config=require(_0xa91c('0x7'));var controller=require('./network.controller');router[_0xa91c('0x8')]('/',auth[_0xa91c('0x9')](),controller[_0xa91c('0xa')]);router[_0xa91c('0x8')](_0xa91c('0xb'),auth[_0xa91c('0x9')](),controller[_0xa91c('0xc')]);router[_0xa91c('0xd')]('/',auth[_0xa91c('0x9')](),controller[_0xa91c('0xe')]);router[_0xa91c('0xf')](_0xa91c('0xb'),auth[_0xa91c('0x9')](),controller['update']);router[_0xa91c('0x10')]('/:id',auth[_0xa91c('0x9')](),controller[_0xa91c('0x11')]);module[_0xa91c('0x12')]=router;
\ No newline at end of file
+var _0x531f=['update','exports','multer','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/:id','show','post','create','put'];(function(_0x350ae7,_0xffc7f){var _0x2221d2=function(_0x551bf8){while(--_0x551bf8){_0x350ae7['push'](_0x350ae7['shift']());}};_0x2221d2(++_0xffc7f);}(_0x531f,0x16a));var _0xf531=function(_0x5d6c3e,_0x409a3e){_0x5d6c3e=_0x5d6c3e-0x0;var _0x44ecb7=_0x531f[_0x5d6c3e];return _0x44ecb7;};'use strict';var multer=require(_0xf531('0x0'));var util=require(_0xf531('0x1'));var path=require(_0xf531('0x2'));var timeout=require(_0xf531('0x3'));var express=require(_0xf531('0x4'));var router=express[_0xf531('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0xf531('0x6'));var config=require(_0xf531('0x7'));var controller=require('./network.controller');router['get']('/',auth[_0xf531('0x8')](),controller[_0xf531('0x9')]);router[_0xf531('0xa')](_0xf531('0xb'),auth[_0xf531('0x8')](),controller[_0xf531('0xc')]);router[_0xf531('0xd')]('/',auth[_0xf531('0x8')](),controller[_0xf531('0xe')]);router[_0xf531('0xf')](_0xf531('0xb'),auth[_0xf531('0x8')](),controller[_0xf531('0x10')]);router['delete'](_0xf531('0xb'),auth[_0xf531('0x8')](),controller['destroy']);module[_0xf531('0x11')]=router;
\ No newline at end of file