Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / api / userProfileResource / index.js
index aed9256..77f323f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-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
+var _0xdc52=['fs-extra','../../components/interaction/service','../../config/environment','./userProfileResource.controller','index','isAuthenticated','describe','get','/:id','show','post','create','put','update','delete','multer','util','connect-timeout','Router'];(function(_0x5499ce,_0x3908fe){var _0xb9a0c2=function(_0x261d0b){while(--_0x261d0b){_0x5499ce['push'](_0x5499ce['shift']());}};_0xb9a0c2(++_0x3908fe);}(_0xdc52,0x13f));var _0x2dc5=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xdc52[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0x2dc5('0x0'));var util=require(_0x2dc5('0x1'));var path=require('path');var timeout=require(_0x2dc5('0x2'));var express=require('express');var router=express[_0x2dc5('0x3')]();var fs_extra=require(_0x2dc5('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x2dc5('0x5'));var config=require(_0x2dc5('0x6'));var controller=require(_0x2dc5('0x7'));router['get']('/',auth['isAuthenticated'](),controller[_0x2dc5('0x8')]);router['get']('/describe',auth[_0x2dc5('0x9')](),controller[_0x2dc5('0xa')]);router[_0x2dc5('0xb')](_0x2dc5('0xc'),auth['isAuthenticated'](),controller[_0x2dc5('0xd')]);router[_0x2dc5('0xe')]('/',auth[_0x2dc5('0x9')](),controller[_0x2dc5('0xf')]);router[_0x2dc5('0x10')]('/:id',auth[_0x2dc5('0x9')](),controller[_0x2dc5('0x11')]);router[_0x2dc5('0x12')](_0x2dc5('0xc'),auth[_0x2dc5('0x9')](),controller['destroy']);module['exports']=router;
\ No newline at end of file