Built motion from commit efa66e19.|2.6.22
[motion2.git] / server / api / userProfileResource / index.js
index d0bd2d3..aed9256 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9cf8=['express','../../components/interaction/service','../../config/environment','./userProfileResource.controller','isAuthenticated','get','describe','/:id','show','post','put','update','exports','multer','util','path','connect-timeout'];(function(_0x3d22a5,_0x100ae0){var _0x4c0a0e=function(_0x25793b){while(--_0x25793b){_0x3d22a5['push'](_0x3d22a5['shift']());}};_0x4c0a0e(++_0x100ae0);}(_0x9cf8,0xd9));var _0x89cf=function(_0x1f391d,_0x57c2c0){_0x1f391d=_0x1f391d-0x0;var _0x5da9d2=_0x9cf8[_0x1f391d];return _0x5da9d2;};'use strict';var multer=require(_0x89cf('0x0'));var util=require(_0x89cf('0x1'));var path=require(_0x89cf('0x2'));var timeout=require(_0x89cf('0x3'));var express=require(_0x89cf('0x4'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x89cf('0x5'));var config=require(_0x89cf('0x6'));var controller=require(_0x89cf('0x7'));router['get']('/',auth[_0x89cf('0x8')](),controller['index']);router[_0x89cf('0x9')]('/describe',auth['isAuthenticated'](),controller[_0x89cf('0xa')]);router[_0x89cf('0x9')](_0x89cf('0xb'),auth[_0x89cf('0x8')](),controller[_0x89cf('0xc')]);router[_0x89cf('0xd')]('/',auth[_0x89cf('0x8')](),controller['create']);router[_0x89cf('0xe')]('/:id',auth[_0x89cf('0x8')](),controller[_0x89cf('0xf')]);router['delete'](_0x89cf('0xb'),auth[_0x89cf('0x8')](),controller['destroy']);module[_0x89cf('0x10')]=router;
\ No newline at end of file
+var _0x3bce=['./userProfileResource.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','update','destroy','exports','multer','util','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x31c6b9,_0x184dbd){var _0x2f25f5=function(_0x3b2d23){while(--_0x3b2d23){_0x31c6b9['push'](_0x31c6b9['shift']());}};_0x2f25f5(++_0x184dbd);}(_0x3bce,0x1c7));var _0xe3bc=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0x3bce[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0xe3bc('0x0'));var util=require(_0xe3bc('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xe3bc('0x2'));var router=express['Router']();var fs_extra=require(_0xe3bc('0x3'));var auth=require(_0xe3bc('0x4'));var interaction=require(_0xe3bc('0x5'));var config=require(_0xe3bc('0x6'));var controller=require(_0xe3bc('0x7'));router[_0xe3bc('0x8')]('/',auth[_0xe3bc('0x9')](),controller[_0xe3bc('0xa')]);router[_0xe3bc('0x8')](_0xe3bc('0xb'),auth[_0xe3bc('0x9')](),controller[_0xe3bc('0xc')]);router[_0xe3bc('0x8')](_0xe3bc('0xd'),auth[_0xe3bc('0x9')](),controller[_0xe3bc('0xe')]);router[_0xe3bc('0xf')]('/',auth['isAuthenticated'](),controller[_0xe3bc('0x10')]);router[_0xe3bc('0x11')]('/:id',auth[_0xe3bc('0x9')](),controller[_0xe3bc('0x12')]);router['delete'](_0xe3bc('0xd'),auth['isAuthenticated'](),controller[_0xe3bc('0x13')]);module[_0xe3bc('0x14')]=router;
\ No newline at end of file