Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / network / index.js
index db869a9..9d975d1 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xfbc7=['update','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./network.controller','isAuthenticated','index','get','/:id','show','post','create'];(function(_0x310a1b,_0x4c9129){var _0xdea206=function(_0x1f1e8d){while(--_0x1f1e8d){_0x310a1b['push'](_0x310a1b['shift']());}};_0xdea206(++_0x4c9129);}(_0xfbc7,0x134));var _0x7fbc=function(_0x15ffe4,_0x172ae2){_0x15ffe4=_0x15ffe4-0x0;var _0x29f472=_0xfbc7[_0x15ffe4];return _0x29f472;};'use strict';var multer=require('multer');var util=require(_0x7fbc('0x0'));var path=require(_0x7fbc('0x1'));var timeout=require('connect-timeout');var express=require(_0x7fbc('0x2'));var router=express[_0x7fbc('0x3')]();var auth=require(_0x7fbc('0x4'));var interaction=require(_0x7fbc('0x5'));var config=require(_0x7fbc('0x6'));var controller=require(_0x7fbc('0x7'));router['get']('/',auth[_0x7fbc('0x8')](),controller[_0x7fbc('0x9')]);router[_0x7fbc('0xa')](_0x7fbc('0xb'),auth[_0x7fbc('0x8')](),controller[_0x7fbc('0xc')]);router[_0x7fbc('0xd')]('/',auth[_0x7fbc('0x8')](),controller[_0x7fbc('0xe')]);router['put'](_0x7fbc('0xb'),auth[_0x7fbc('0x8')](),controller[_0x7fbc('0xf')]);router['delete']('/:id',auth[_0x7fbc('0x8')](),controller['destroy']);module[_0x7fbc('0x10')]=router;
\ No newline at end of file
+var _0xff01=['../../components/auth/service','../../components/interaction/service','./network.controller','isAuthenticated','get','show','post','create','put','/:id','update','destroy','exports','multer','util','connect-timeout','Router'];(function(_0x140ba7,_0x2c129c){var _0x120e3b=function(_0x3c2d3a){while(--_0x3c2d3a){_0x140ba7['push'](_0x140ba7['shift']());}};_0x120e3b(++_0x2c129c);}(_0xff01,0xb7));var _0x1ff0=function(_0x1d8ece,_0x255d0d){_0x1d8ece=_0x1d8ece-0x0;var _0x4ee9ca=_0xff01[_0x1d8ece];return _0x4ee9ca;};'use strict';var multer=require(_0x1ff0('0x0'));var util=require(_0x1ff0('0x1'));var path=require('path');var timeout=require(_0x1ff0('0x2'));var express=require('express');var router=express[_0x1ff0('0x3')]();var auth=require(_0x1ff0('0x4'));var interaction=require(_0x1ff0('0x5'));var config=require('../../config/environment');var controller=require(_0x1ff0('0x6'));router['get']('/',auth[_0x1ff0('0x7')](),controller['index']);router[_0x1ff0('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x1ff0('0x9')]);router[_0x1ff0('0xa')]('/',auth['isAuthenticated'](),controller[_0x1ff0('0xb')]);router[_0x1ff0('0xc')](_0x1ff0('0xd'),auth[_0x1ff0('0x7')](),controller[_0x1ff0('0xe')]);router['delete'](_0x1ff0('0xd'),auth['isAuthenticated'](),controller[_0x1ff0('0xf')]);module[_0x1ff0('0x10')]=router;
\ No newline at end of file