Built motion from commit 97153652.|2.6.26
[motion2.git] / server / api / userProfile / index.js
index 4ca2961..ad3e2f4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x12de=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfile.controller','get','isAuthenticated','index','describe','show','getResources','post','create','/:id/clone','clone','/:id/sections','addSections','addResources','put','/:id','update','delete','destroy','removeSections','/:id/resources','exports','multer','util','path'];(function(_0x38d7f5,_0x521ecc){var _0x4dc163=function(_0x2c9de9){while(--_0x2c9de9){_0x38d7f5['push'](_0x38d7f5['shift']());}};_0x4dc163(++_0x521ecc);}(_0x12de,0xd6));var _0xe12d=function(_0x205fee,_0x5e14ab){_0x205fee=_0x205fee-0x0;var _0x2b7577=_0x12de[_0x205fee];return _0x2b7577;};'use strict';var multer=require(_0xe12d('0x0'));var util=require(_0xe12d('0x1'));var path=require(_0xe12d('0x2'));var timeout=require(_0xe12d('0x3'));var express=require(_0xe12d('0x4'));var router=express[_0xe12d('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xe12d('0x6'));var interaction=require(_0xe12d('0x7'));var config=require(_0xe12d('0x8'));var controller=require(_0xe12d('0x9'));router[_0xe12d('0xa')]('/',auth[_0xe12d('0xb')](),controller[_0xe12d('0xc')]);router[_0xe12d('0xa')]('/describe',auth[_0xe12d('0xb')](),controller[_0xe12d('0xd')]);router[_0xe12d('0xa')]('/:id',auth[_0xe12d('0xb')](),controller[_0xe12d('0xe')]);router[_0xe12d('0xa')]('/:id/sections',auth[_0xe12d('0xb')](),controller['getSections']);router['get']('/:id/resources',auth[_0xe12d('0xb')](),controller[_0xe12d('0xf')]);router[_0xe12d('0x10')]('/',auth[_0xe12d('0xb')](),controller[_0xe12d('0x11')]);router[_0xe12d('0x10')](_0xe12d('0x12'),auth[_0xe12d('0xb')](),controller[_0xe12d('0x13')]);router[_0xe12d('0x10')](_0xe12d('0x14'),auth[_0xe12d('0xb')](),controller[_0xe12d('0x15')]);router['post']('/:id/resources',auth['isAuthenticated'](),controller[_0xe12d('0x16')]);router[_0xe12d('0x17')](_0xe12d('0x18'),auth[_0xe12d('0xb')](),controller[_0xe12d('0x19')]);router[_0xe12d('0x1a')](_0xe12d('0x18'),auth[_0xe12d('0xb')](),controller[_0xe12d('0x1b')]);router['delete'](_0xe12d('0x14'),auth['isAuthenticated'](),controller[_0xe12d('0x1c')]);router[_0xe12d('0x1a')](_0xe12d('0x1d'),auth[_0xe12d('0xb')](),controller['removeResources']);module[_0xe12d('0x1e')]=router;
\ No newline at end of file
+var _0x273e=['describe','/:id','show','/:id/sections','getSections','getResources','create','/:id/clone','clone','post','addSections','addResources','put','update','delete','removeSections','removeResources','exports','multer','util','path','connect-timeout','express','../../components/auth/service','get','isAuthenticated','index','/describe'];(function(_0xb0a407,_0x336731){var _0x19bbc2=function(_0x5580e5){while(--_0x5580e5){_0xb0a407['push'](_0xb0a407['shift']());}};_0x19bbc2(++_0x336731);}(_0x273e,0x66));var _0xe273=function(_0x6e688e,_0x2fdda5){_0x6e688e=_0x6e688e-0x0;var _0x45eec5=_0x273e[_0x6e688e];return _0x45eec5;};'use strict';var multer=require(_0xe273('0x0'));var util=require(_0xe273('0x1'));var path=require(_0xe273('0x2'));var timeout=require(_0xe273('0x3'));var express=require(_0xe273('0x4'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xe273('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./userProfile.controller');router[_0xe273('0x6')]('/',auth[_0xe273('0x7')](),controller[_0xe273('0x8')]);router[_0xe273('0x6')](_0xe273('0x9'),auth[_0xe273('0x7')](),controller[_0xe273('0xa')]);router[_0xe273('0x6')](_0xe273('0xb'),auth[_0xe273('0x7')](),controller[_0xe273('0xc')]);router['get'](_0xe273('0xd'),auth[_0xe273('0x7')](),controller[_0xe273('0xe')]);router['get']('/:id/resources',auth[_0xe273('0x7')](),controller[_0xe273('0xf')]);router['post']('/',auth[_0xe273('0x7')](),controller[_0xe273('0x10')]);router['post'](_0xe273('0x11'),auth['isAuthenticated'](),controller[_0xe273('0x12')]);router[_0xe273('0x13')](_0xe273('0xd'),auth[_0xe273('0x7')](),controller[_0xe273('0x14')]);router[_0xe273('0x13')]('/:id/resources',auth[_0xe273('0x7')](),controller[_0xe273('0x15')]);router[_0xe273('0x16')](_0xe273('0xb'),auth[_0xe273('0x7')](),controller[_0xe273('0x17')]);router[_0xe273('0x18')](_0xe273('0xb'),auth[_0xe273('0x7')](),controller['destroy']);router['delete'](_0xe273('0xd'),auth[_0xe273('0x7')](),controller[_0xe273('0x19')]);router['delete']('/:id/resources',auth['isAuthenticated'](),controller[_0xe273('0x1a')]);module[_0xe273('0x1b')]=router;
\ No newline at end of file