X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FuserProfile%2Findex.js;h=6a12ad4362d208b22ce67ccc41905bcd717a7fdf;hb=4baefdac9c37d4300115b8e539c5781a6d78e036;hp=88a6f6c641d8d5f41d6a7e45507f24b792153dbd;hpb=8cdeeda1196ee7d2ad7723378ea9a4f6c5d1e83a;p=motion2.git diff --git a/server/api/userProfile/index.js b/server/api/userProfile/index.js index 88a6f6c..6a12ad4 100644 --- a/server/api/userProfile/index.js +++ b/server/api/userProfile/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xe4be=['../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfile.controller','get','index','/describe','isAuthenticated','describe','/:id','show','/:id/sections','/:id/resources','create','post','/:id/clone','clone','addSections','update','delete','removeSections','removeResources','multer','util','path','express','Router','fs-extra'];(function(_0xaf2313,_0x5d01e1){var _0x239cd2=function(_0x14ed90){while(--_0x14ed90){_0xaf2313['push'](_0xaf2313['shift']());}};_0x239cd2(++_0x5d01e1);}(_0xe4be,0xda));var _0xee4b=function(_0x80ed0a,_0xf4b7e6){_0x80ed0a=_0x80ed0a-0x0;var _0x221013=_0xe4be[_0x80ed0a];return _0x221013;};'use strict';var multer=require(_0xee4b('0x0'));var util=require(_0xee4b('0x1'));var path=require(_0xee4b('0x2'));var timeout=require('connect-timeout');var express=require(_0xee4b('0x3'));var router=express[_0xee4b('0x4')]();var fs_extra=require(_0xee4b('0x5'));var auth=require(_0xee4b('0x6'));var interaction=require(_0xee4b('0x7'));var config=require(_0xee4b('0x8'));var controller=require(_0xee4b('0x9'));router[_0xee4b('0xa')]('/',auth['isAuthenticated'](),controller[_0xee4b('0xb')]);router[_0xee4b('0xa')](_0xee4b('0xc'),auth[_0xee4b('0xd')](),controller[_0xee4b('0xe')]);router['get'](_0xee4b('0xf'),auth[_0xee4b('0xd')](),controller[_0xee4b('0x10')]);router[_0xee4b('0xa')](_0xee4b('0x11'),auth['isAuthenticated'](),controller['getSections']);router['get'](_0xee4b('0x12'),auth[_0xee4b('0xd')](),controller['getResources']);router['post']('/',auth[_0xee4b('0xd')](),controller[_0xee4b('0x13')]);router[_0xee4b('0x14')](_0xee4b('0x15'),auth['isAuthenticated'](),controller[_0xee4b('0x16')]);router[_0xee4b('0x14')](_0xee4b('0x11'),auth['isAuthenticated'](),controller[_0xee4b('0x17')]);router[_0xee4b('0x14')](_0xee4b('0x12'),auth[_0xee4b('0xd')](),controller['addResources']);router['put'](_0xee4b('0xf'),auth['isAuthenticated'](),controller[_0xee4b('0x18')]);router['delete'](_0xee4b('0xf'),auth[_0xee4b('0xd')](),controller['destroy']);router[_0xee4b('0x19')]('/:id/sections',auth[_0xee4b('0xd')](),controller[_0xee4b('0x1a')]);router[_0xee4b('0x19')](_0xee4b('0x12'),auth[_0xee4b('0xd')](),controller[_0xee4b('0x1b')]);module['exports']=router; \ No newline at end of file +var _0x7b9d=['../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','/:id','show','/:id/sections','/:id/resources','getResources','post','create','/:id/clone','clone','addSections','put','update','delete','destroy','removeSections','exports','multer','util','path','connect-timeout','express','Router','fs-extra'];(function(_0xa85690,_0x2d449f){var _0x41bfc1=function(_0x3bf50f){while(--_0x3bf50f){_0xa85690['push'](_0xa85690['shift']());}};_0x41bfc1(++_0x2d449f);}(_0x7b9d,0xa1));var _0xd7b9=function(_0xfd80d5,_0x303f80){_0xfd80d5=_0xfd80d5-0x0;var _0xeb957d=_0x7b9d[_0xfd80d5];return _0xeb957d;};'use strict';var multer=require(_0xd7b9('0x0'));var util=require(_0xd7b9('0x1'));var path=require(_0xd7b9('0x2'));var timeout=require(_0xd7b9('0x3'));var express=require(_0xd7b9('0x4'));var router=express[_0xd7b9('0x5')]();var fs_extra=require(_0xd7b9('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xd7b9('0x7'));var config=require(_0xd7b9('0x8'));var controller=require('./userProfile.controller');router[_0xd7b9('0x9')]('/',auth[_0xd7b9('0xa')](),controller['index']);router['get'](_0xd7b9('0xb'),auth['isAuthenticated'](),controller['describe']);router['get'](_0xd7b9('0xc'),auth['isAuthenticated'](),controller[_0xd7b9('0xd')]);router[_0xd7b9('0x9')](_0xd7b9('0xe'),auth['isAuthenticated'](),controller['getSections']);router['get'](_0xd7b9('0xf'),auth[_0xd7b9('0xa')](),controller[_0xd7b9('0x10')]);router[_0xd7b9('0x11')]('/',auth[_0xd7b9('0xa')](),controller[_0xd7b9('0x12')]);router[_0xd7b9('0x11')](_0xd7b9('0x13'),auth['isAuthenticated'](),controller[_0xd7b9('0x14')]);router[_0xd7b9('0x11')](_0xd7b9('0xe'),auth['isAuthenticated'](),controller[_0xd7b9('0x15')]);router[_0xd7b9('0x11')]('/:id/resources',auth[_0xd7b9('0xa')](),controller['addResources']);router[_0xd7b9('0x16')](_0xd7b9('0xc'),auth[_0xd7b9('0xa')](),controller[_0xd7b9('0x17')]);router[_0xd7b9('0x18')](_0xd7b9('0xc'),auth['isAuthenticated'](),controller[_0xd7b9('0x19')]);router['delete'](_0xd7b9('0xe'),auth[_0xd7b9('0xa')](),controller[_0xd7b9('0x1a')]);router['delete'](_0xd7b9('0xf'),auth[_0xd7b9('0xa')](),controller['removeResources']);module[_0xd7b9('0x1b')]=router; \ No newline at end of file