Built motion from commit bab6f49e.|2.6.17
[motion2.git] / server / api / userProfileResource / index.js
index a1e10c4..d43227f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7d6f=['destroy','exports','multer','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfileResource.controller','get','/describe','isAuthenticated','/:id','show','post','put','update'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x7d6f,0xf9));var _0xf7d6=function(_0x5222a2,_0x2ef92d){_0x5222a2=_0x5222a2-0x0;var _0x5b7509=_0x7d6f[_0x5222a2];return _0x5b7509;};'use strict';var multer=require(_0xf7d6('0x0'));var util=require('util');var path=require(_0xf7d6('0x1'));var timeout=require(_0xf7d6('0x2'));var express=require(_0xf7d6('0x3'));var router=express['Router']();var fs_extra=require(_0xf7d6('0x4'));var auth=require(_0xf7d6('0x5'));var interaction=require(_0xf7d6('0x6'));var config=require(_0xf7d6('0x7'));var controller=require(_0xf7d6('0x8'));router[_0xf7d6('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xf7d6('0x9')](_0xf7d6('0xa'),auth[_0xf7d6('0xb')](),controller['describe']);router[_0xf7d6('0x9')](_0xf7d6('0xc'),auth[_0xf7d6('0xb')](),controller[_0xf7d6('0xd')]);router[_0xf7d6('0xe')]('/',auth[_0xf7d6('0xb')](),controller['create']);router[_0xf7d6('0xf')](_0xf7d6('0xc'),auth[_0xf7d6('0xb')](),controller[_0xf7d6('0x10')]);router['delete'](_0xf7d6('0xc'),auth['isAuthenticated'](),controller[_0xf7d6('0x11')]);module[_0xf7d6('0x12')]=router;
\ No newline at end of file
+var _0xb00a=['express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfileResource.controller','get','isAuthenticated','/describe','/:id','show','create','update','delete','destroy','multer','util','connect-timeout'];(function(_0x10ffa0,_0x27431e){var _0x1f4f2e=function(_0x3cdced){while(--_0x3cdced){_0x10ffa0['push'](_0x10ffa0['shift']());}};_0x1f4f2e(++_0x27431e);}(_0xb00a,0x9f));var _0xab00=function(_0x352ae1,_0x51aa8c){_0x352ae1=_0x352ae1-0x0;var _0x81c340=_0xb00a[_0x352ae1];return _0x81c340;};'use strict';var multer=require(_0xab00('0x0'));var util=require(_0xab00('0x1'));var path=require('path');var timeout=require(_0xab00('0x2'));var express=require(_0xab00('0x3'));var router=express['Router']();var fs_extra=require(_0xab00('0x4'));var auth=require(_0xab00('0x5'));var interaction=require(_0xab00('0x6'));var config=require(_0xab00('0x7'));var controller=require(_0xab00('0x8'));router[_0xab00('0x9')]('/',auth[_0xab00('0xa')](),controller['index']);router[_0xab00('0x9')](_0xab00('0xb'),auth['isAuthenticated'](),controller['describe']);router[_0xab00('0x9')](_0xab00('0xc'),auth[_0xab00('0xa')](),controller[_0xab00('0xd')]);router['post']('/',auth[_0xab00('0xa')](),controller[_0xab00('0xe')]);router['put']('/:id',auth[_0xab00('0xa')](),controller[_0xab00('0xf')]);router[_0xab00('0x10')](_0xab00('0xc'),auth[_0xab00('0xa')](),controller[_0xab00('0x11')]);module['exports']=router;
\ No newline at end of file