Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / network / index.js
index a05c93f..52105a2 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 _0xed65=['util','path','connect-timeout','Router','../../components/auth/service','./network.controller','isAuthenticated','index','get','/:id','show','post','put','update','delete','destroy','exports','multer'];(function(_0x1992f1,_0x5c61f0){var _0x413dfe=function(_0x2136e5){while(--_0x2136e5){_0x1992f1['push'](_0x1992f1['shift']());}};_0x413dfe(++_0x5c61f0);}(_0xed65,0xa1));var _0x5ed6=function(_0x466d24,_0x3a3d6c){_0x466d24=_0x466d24-0x0;var _0x535da6=_0xed65[_0x466d24];return _0x535da6;};'use strict';var multer=require(_0x5ed6('0x0'));var util=require(_0x5ed6('0x1'));var path=require(_0x5ed6('0x2'));var timeout=require(_0x5ed6('0x3'));var express=require('express');var router=express[_0x5ed6('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x5ed6('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x5ed6('0x6'));router['get']('/',auth[_0x5ed6('0x7')](),controller[_0x5ed6('0x8')]);router[_0x5ed6('0x9')](_0x5ed6('0xa'),auth[_0x5ed6('0x7')](),controller[_0x5ed6('0xb')]);router[_0x5ed6('0xc')]('/',auth[_0x5ed6('0x7')](),controller['create']);router[_0x5ed6('0xd')](_0x5ed6('0xa'),auth[_0x5ed6('0x7')](),controller[_0x5ed6('0xe')]);router[_0x5ed6('0xf')](_0x5ed6('0xa'),auth[_0x5ed6('0x7')](),controller[_0x5ed6('0x10')]);module[_0x5ed6('0x11')]=router;
\ No newline at end of file