X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FuserProfileResource%2Findex.js;h=f3075c34f4b947e1dc8f5b7d2072805763745ca2;hb=44bd2814959684a7f7b774f2c71a3b12f9ba5952;hp=0891c2ff48a0308e01d16f3fd860578c5d383fdc;hpb=868a31873a4f5d6a45b7a9cfef882f2e311d37fa;p=motion2.git diff --git a/server/api/userProfileResource/index.js b/server/api/userProfileResource/index.js index 0891c2f..f3075c3 100644 --- a/server/api/userProfileResource/index.js +++ b/server/api/userProfileResource/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x80bd=['exports','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','index','/describe','isAuthenticated','describe','/:id','show','post','create','put','destroy'];(function(_0x9b4214,_0x1a78ec){var _0x4008f1=function(_0x3da4b0){while(--_0x3da4b0){_0x9b4214['push'](_0x9b4214['shift']());}};_0x4008f1(++_0x1a78ec);}(_0x80bd,0x16a));var _0xd80b=function(_0x2d9a8b,_0x546b6c){_0x2d9a8b=_0x2d9a8b-0x0;var _0x5e7d22=_0x80bd[_0x2d9a8b];return _0x5e7d22;};'use strict';var multer=require(_0xd80b('0x0'));var util=require(_0xd80b('0x1'));var path=require(_0xd80b('0x2'));var timeout=require(_0xd80b('0x3'));var express=require(_0xd80b('0x4'));var router=express['Router']();var auth=require(_0xd80b('0x5'));var interaction=require(_0xd80b('0x6'));var config=require(_0xd80b('0x7'));var controller=require('./userProfileResource.controller');router['get']('/',auth['isAuthenticated'](),controller[_0xd80b('0x8')]);router['get'](_0xd80b('0x9'),auth[_0xd80b('0xa')](),controller[_0xd80b('0xb')]);router['get'](_0xd80b('0xc'),auth['isAuthenticated'](),controller[_0xd80b('0xd')]);router[_0xd80b('0xe')]('/',auth['isAuthenticated'](),controller[_0xd80b('0xf')]);router[_0xd80b('0x10')](_0xd80b('0xc'),auth[_0xd80b('0xa')](),controller['update']);router['delete']('/:id',auth[_0xd80b('0xa')](),controller[_0xd80b('0x11')]);module[_0xd80b('0x12')]=router; \ No newline at end of file +var _0x75e9=['/:id','show','post','create','put','update','delete','destroy','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfileResource.controller','isAuthenticated','index','get','/describe'];(function(_0xa41c6f,_0x448437){var _0xccef80=function(_0x3e98df){while(--_0x3e98df){_0xa41c6f['push'](_0xa41c6f['shift']());}};_0xccef80(++_0x448437);}(_0x75e9,0x1c1));var _0x975e=function(_0x5ea279,_0x101cc5){_0x5ea279=_0x5ea279-0x0;var _0x352b69=_0x75e9[_0x5ea279];return _0x352b69;};'use strict';var multer=require('multer');var util=require(_0x975e('0x0'));var path=require(_0x975e('0x1'));var timeout=require(_0x975e('0x2'));var express=require(_0x975e('0x3'));var router=express[_0x975e('0x4')]();var auth=require(_0x975e('0x5'));var interaction=require(_0x975e('0x6'));var config=require(_0x975e('0x7'));var controller=require(_0x975e('0x8'));router['get']('/',auth[_0x975e('0x9')](),controller[_0x975e('0xa')]);router[_0x975e('0xb')](_0x975e('0xc'),auth[_0x975e('0x9')](),controller['describe']);router[_0x975e('0xb')](_0x975e('0xd'),auth[_0x975e('0x9')](),controller[_0x975e('0xe')]);router[_0x975e('0xf')]('/',auth[_0x975e('0x9')](),controller[_0x975e('0x10')]);router[_0x975e('0x11')]('/:id',auth[_0x975e('0x9')](),controller[_0x975e('0x12')]);router[_0x975e('0x13')]('/:id',auth[_0x975e('0x9')](),controller[_0x975e('0x14')]);module[_0x975e('0x15')]=router; \ No newline at end of file