Built motion from commit 25580385.|2.6.2
[motion2.git] / server / api / userProfile / index.js
index 6fbf8aa..484c516 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xcfca=['/:id/clone','clone','/:id/sections','addSections','/:id/resources','put','update','delete','/:id','destroy','removeSections','removeResources','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfile.controller','get','isAuthenticated','index','/describe','describe','getResources','post','create'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xcfca,0x6a));var _0xacfc=function(_0x20597b,_0x272377){_0x20597b=_0x20597b-0x0;var _0x332c7f=_0xcfca[_0x20597b];return _0x332c7f;};'use strict';var multer=require(_0xacfc('0x0'));var util=require(_0xacfc('0x1'));var path=require('path');var timeout=require(_0xacfc('0x2'));var express=require(_0xacfc('0x3'));var router=express[_0xacfc('0x4')]();var fs_extra=require(_0xacfc('0x5'));var auth=require(_0xacfc('0x6'));var interaction=require(_0xacfc('0x7'));var config=require(_0xacfc('0x8'));var controller=require(_0xacfc('0x9'));router[_0xacfc('0xa')]('/',auth[_0xacfc('0xb')](),controller[_0xacfc('0xc')]);router[_0xacfc('0xa')](_0xacfc('0xd'),auth['isAuthenticated'](),controller[_0xacfc('0xe')]);router[_0xacfc('0xa')]('/:id',auth[_0xacfc('0xb')](),controller['show']);router[_0xacfc('0xa')]('/:id/sections',auth[_0xacfc('0xb')](),controller['getSections']);router[_0xacfc('0xa')]('/:id/resources',auth[_0xacfc('0xb')](),controller[_0xacfc('0xf')]);router[_0xacfc('0x10')]('/',auth[_0xacfc('0xb')](),controller[_0xacfc('0x11')]);router[_0xacfc('0x10')](_0xacfc('0x12'),auth[_0xacfc('0xb')](),controller[_0xacfc('0x13')]);router[_0xacfc('0x10')](_0xacfc('0x14'),auth[_0xacfc('0xb')](),controller[_0xacfc('0x15')]);router[_0xacfc('0x10')](_0xacfc('0x16'),auth['isAuthenticated'](),controller['addResources']);router[_0xacfc('0x17')]('/:id',auth[_0xacfc('0xb')](),controller[_0xacfc('0x18')]);router[_0xacfc('0x19')](_0xacfc('0x1a'),auth['isAuthenticated'](),controller[_0xacfc('0x1b')]);router['delete'](_0xacfc('0x14'),auth[_0xacfc('0xb')](),controller[_0xacfc('0x1c')]);router[_0xacfc('0x19')](_0xacfc('0x16'),auth[_0xacfc('0xb')](),controller[_0xacfc('0x1d')]);module[_0xacfc('0x1e')]=router;
\ No newline at end of file
+var _0x62d3=['show','/:id/sections','getSections','/:id/resources','post','create','/:id/clone','clone','addSections','/:id','delete','removeResources','exports','multer','util','express','Router','../../components/auth/service','../../config/environment','./userProfile.controller','get','index','/describe','isAuthenticated','describe'];(function(_0x8ad29a,_0x28c424){var _0x33a8f8=function(_0x58b571){while(--_0x58b571){_0x8ad29a['push'](_0x8ad29a['shift']());}};_0x33a8f8(++_0x28c424);}(_0x62d3,0x19d));var _0x362d=function(_0x521e56,_0x379b5e){_0x521e56=_0x521e56-0x0;var _0x23aa6e=_0x62d3[_0x521e56];return _0x23aa6e;};'use strict';var multer=require(_0x362d('0x0'));var util=require(_0x362d('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x362d('0x2'));var router=express[_0x362d('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x362d('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x362d('0x5'));var controller=require(_0x362d('0x6'));router[_0x362d('0x7')]('/',auth['isAuthenticated'](),controller[_0x362d('0x8')]);router['get'](_0x362d('0x9'),auth[_0x362d('0xa')](),controller[_0x362d('0xb')]);router[_0x362d('0x7')]('/:id',auth['isAuthenticated'](),controller[_0x362d('0xc')]);router['get'](_0x362d('0xd'),auth['isAuthenticated'](),controller[_0x362d('0xe')]);router[_0x362d('0x7')](_0x362d('0xf'),auth[_0x362d('0xa')](),controller['getResources']);router[_0x362d('0x10')]('/',auth['isAuthenticated'](),controller[_0x362d('0x11')]);router['post'](_0x362d('0x12'),auth[_0x362d('0xa')](),controller[_0x362d('0x13')]);router[_0x362d('0x10')](_0x362d('0xd'),auth[_0x362d('0xa')](),controller[_0x362d('0x14')]);router[_0x362d('0x10')](_0x362d('0xf'),auth['isAuthenticated'](),controller['addResources']);router['put'](_0x362d('0x15'),auth['isAuthenticated'](),controller['update']);router['delete'](_0x362d('0x15'),auth[_0x362d('0xa')](),controller['destroy']);router[_0x362d('0x16')](_0x362d('0xd'),auth[_0x362d('0xa')](),controller['removeSections']);router[_0x362d('0x16')](_0x362d('0xf'),auth[_0x362d('0xa')](),controller[_0x362d('0x17')]);module[_0x362d('0x18')]=router;
\ No newline at end of file