Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / userProfile / index.js
index 4ca2961..f370e20 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 _0x1d63=['../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfile.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/sections','getSections','/:id/resources','getResources','post','/:id/clone','clone','addSections','addResources','put','delete','destroy','removeSections','removeResources','exports','multer','util','path','connect-timeout','express','fs-extra'];(function(_0x5a9017,_0x4312fc){var _0x596e52=function(_0x35843d){while(--_0x35843d){_0x5a9017['push'](_0x5a9017['shift']());}};_0x596e52(++_0x4312fc);}(_0x1d63,0xba));var _0x31d6=function(_0x3380be,_0x4d04f7){_0x3380be=_0x3380be-0x0;var _0x296cd4=_0x1d63[_0x3380be];return _0x296cd4;};'use strict';var multer=require(_0x31d6('0x0'));var util=require(_0x31d6('0x1'));var path=require(_0x31d6('0x2'));var timeout=require(_0x31d6('0x3'));var express=require(_0x31d6('0x4'));var router=express['Router']();var fs_extra=require(_0x31d6('0x5'));var auth=require(_0x31d6('0x6'));var interaction=require(_0x31d6('0x7'));var config=require(_0x31d6('0x8'));var controller=require(_0x31d6('0x9'));router[_0x31d6('0xa')]('/',auth[_0x31d6('0xb')](),controller[_0x31d6('0xc')]);router[_0x31d6('0xa')](_0x31d6('0xd'),auth[_0x31d6('0xb')](),controller[_0x31d6('0xe')]);router['get'](_0x31d6('0xf'),auth['isAuthenticated'](),controller[_0x31d6('0x10')]);router[_0x31d6('0xa')](_0x31d6('0x11'),auth[_0x31d6('0xb')](),controller[_0x31d6('0x12')]);router[_0x31d6('0xa')](_0x31d6('0x13'),auth[_0x31d6('0xb')](),controller[_0x31d6('0x14')]);router[_0x31d6('0x15')]('/',auth['isAuthenticated'](),controller['create']);router[_0x31d6('0x15')](_0x31d6('0x16'),auth[_0x31d6('0xb')](),controller[_0x31d6('0x17')]);router[_0x31d6('0x15')](_0x31d6('0x11'),auth[_0x31d6('0xb')](),controller[_0x31d6('0x18')]);router['post']('/:id/resources',auth['isAuthenticated'](),controller[_0x31d6('0x19')]);router[_0x31d6('0x1a')]('/:id',auth[_0x31d6('0xb')](),controller['update']);router[_0x31d6('0x1b')](_0x31d6('0xf'),auth[_0x31d6('0xb')](),controller[_0x31d6('0x1c')]);router[_0x31d6('0x1b')]('/:id/sections',auth['isAuthenticated'](),controller[_0x31d6('0x1d')]);router[_0x31d6('0x1b')]('/:id/resources',auth['isAuthenticated'](),controller[_0x31d6('0x1e')]);module[_0x31d6('0x1f')]=router;
\ No newline at end of file