Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / network / index.js
index abe98c8..f3dd327 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xac8f=['/:id','show','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./network.controller','get','isAuthenticated','index'];(function(_0x55d8c5,_0x10287a){var _0x225ae5=function(_0x2ba03a){while(--_0x2ba03a){_0x55d8c5['push'](_0x55d8c5['shift']());}};_0x225ae5(++_0x10287a);}(_0xac8f,0x1d6));var _0xfac8=function(_0x38aeea,_0x57522a){_0x38aeea=_0x38aeea-0x0;var _0x5e8d2c=_0xac8f[_0x38aeea];return _0x5e8d2c;};'use strict';var multer=require(_0xfac8('0x0'));var util=require(_0xfac8('0x1'));var path=require(_0xfac8('0x2'));var timeout=require(_0xfac8('0x3'));var express=require(_0xfac8('0x4'));var router=express[_0xfac8('0x5')]();var auth=require(_0xfac8('0x6'));var interaction=require(_0xfac8('0x7'));var config=require(_0xfac8('0x8'));var controller=require(_0xfac8('0x9'));router[_0xfac8('0xa')]('/',auth[_0xfac8('0xb')](),controller[_0xfac8('0xc')]);router[_0xfac8('0xa')](_0xfac8('0xd'),auth[_0xfac8('0xb')](),controller[_0xfac8('0xe')]);router['post']('/',auth[_0xfac8('0xb')](),controller[_0xfac8('0xf')]);router[_0xfac8('0x10')]('/:id',auth[_0xfac8('0xb')](),controller[_0xfac8('0x11')]);router[_0xfac8('0x12')](_0xfac8('0xd'),auth['isAuthenticated'](),controller[_0xfac8('0x13')]);module[_0xfac8('0x14')]=router;
\ No newline at end of file
+var _0x7046=['multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../config/environment','./network.controller','get','isAuthenticated','index','/:id','post','put','update','delete','destroy'];(function(_0x5edfb4,_0x290fa8){var _0x3520f6=function(_0x263b6c){while(--_0x263b6c){_0x5edfb4['push'](_0x5edfb4['shift']());}};_0x3520f6(++_0x290fa8);}(_0x7046,0x144));var _0x6704=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0x7046[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0x6704('0x0'));var util=require(_0x6704('0x1'));var path=require(_0x6704('0x2'));var timeout=require(_0x6704('0x3'));var express=require('express');var router=express[_0x6704('0x4')]();var fs_extra=require(_0x6704('0x5'));var auth=require(_0x6704('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x6704('0x7'));var controller=require(_0x6704('0x8'));router[_0x6704('0x9')]('/',auth[_0x6704('0xa')](),controller[_0x6704('0xb')]);router['get'](_0x6704('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x6704('0xd')]('/',auth['isAuthenticated'](),controller['create']);router[_0x6704('0xe')](_0x6704('0xc'),auth[_0x6704('0xa')](),controller[_0x6704('0xf')]);router[_0x6704('0x10')](_0x6704('0xc'),auth[_0x6704('0xa')](),controller[_0x6704('0x11')]);module['exports']=router;
\ No newline at end of file