Built motion from commit 639a1a7f.|2.6.19
[motion2.git] / server / api / userProfileResource / index.js
index 0f3e94a..f2a392b 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb0c5=['express','Router','../../components/auth/service','../../config/environment','./userProfileResource.controller','isAuthenticated','index','get','describe','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','connect-timeout'];(function(_0x4e20a6,_0x4b17bf){var _0xfb718d=function(_0x292e4d){while(--_0x292e4d){_0x4e20a6['push'](_0x4e20a6['shift']());}};_0xfb718d(++_0x4b17bf);}(_0xb0c5,0x1a1));var _0x5b0c=function(_0x50eab1,_0x5b440a){_0x50eab1=_0x50eab1-0x0;var _0x191643=_0xb0c5[_0x50eab1];return _0x191643;};'use strict';var multer=require(_0x5b0c('0x0'));var util=require(_0x5b0c('0x1'));var path=require('path');var timeout=require(_0x5b0c('0x2'));var express=require(_0x5b0c('0x3'));var router=express[_0x5b0c('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x5b0c('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x5b0c('0x6'));var controller=require(_0x5b0c('0x7'));router['get']('/',auth[_0x5b0c('0x8')](),controller[_0x5b0c('0x9')]);router[_0x5b0c('0xa')]('/describe',auth[_0x5b0c('0x8')](),controller[_0x5b0c('0xb')]);router[_0x5b0c('0xa')](_0x5b0c('0xc'),auth['isAuthenticated'](),controller[_0x5b0c('0xd')]);router[_0x5b0c('0xe')]('/',auth['isAuthenticated'](),controller[_0x5b0c('0xf')]);router[_0x5b0c('0x10')](_0x5b0c('0xc'),auth[_0x5b0c('0x8')](),controller[_0x5b0c('0x11')]);router[_0x5b0c('0x12')](_0x5b0c('0xc'),auth[_0x5b0c('0x8')](),controller[_0x5b0c('0x13')]);module[_0x5b0c('0x14')]=router;
\ No newline at end of file
+var _0x677c=['/:id','delete','destroy','exports','multer','util','path','express','Router','fs-extra','./userProfileResource.controller','isAuthenticated','index','get','/describe','describe','show','post','create'];(function(_0x6387ab,_0x423fad){var _0x1f55ed=function(_0x511d9f){while(--_0x511d9f){_0x6387ab['push'](_0x6387ab['shift']());}};_0x1f55ed(++_0x423fad);}(_0x677c,0x10e));var _0xc677=function(_0x25cfbb,_0x8ebccc){_0x25cfbb=_0x25cfbb-0x0;var _0x495876=_0x677c[_0x25cfbb];return _0x495876;};'use strict';var multer=require(_0xc677('0x0'));var util=require(_0xc677('0x1'));var path=require(_0xc677('0x2'));var timeout=require('connect-timeout');var express=require(_0xc677('0x3'));var router=express[_0xc677('0x4')]();var fs_extra=require(_0xc677('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xc677('0x6'));router['get']('/',auth[_0xc677('0x7')](),controller[_0xc677('0x8')]);router[_0xc677('0x9')](_0xc677('0xa'),auth['isAuthenticated'](),controller[_0xc677('0xb')]);router[_0xc677('0x9')]('/:id',auth['isAuthenticated'](),controller[_0xc677('0xc')]);router[_0xc677('0xd')]('/',auth['isAuthenticated'](),controller[_0xc677('0xe')]);router['put'](_0xc677('0xf'),auth[_0xc677('0x7')](),controller['update']);router[_0xc677('0x10')](_0xc677('0xf'),auth[_0xc677('0x7')](),controller[_0xc677('0x11')]);module[_0xc677('0x12')]=router;
\ No newline at end of file