Built motion from commit b5996064.|2.6.21
[motion2.git] / server / api / userProfileResource / index.js
index f6419e3..d0bd2d3 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x160b=['put','update','delete','destroy','exports','multer','util','connect-timeout','Router','../../components/auth/service','../../config/environment','./userProfileResource.controller','isAuthenticated','get','/:id','show','post','create'];(function(_0x49cea2,_0x542483){var _0x2fb37d=function(_0x37c3a3){while(--_0x37c3a3){_0x49cea2['push'](_0x49cea2['shift']());}};_0x2fb37d(++_0x542483);}(_0x160b,0x71));var _0xb160=function(_0xbd91fc,_0x44997f){_0xbd91fc=_0xbd91fc-0x0;var _0x16754e=_0x160b[_0xbd91fc];return _0x16754e;};'use strict';var multer=require(_0xb160('0x0'));var util=require(_0xb160('0x1'));var path=require('path');var timeout=require(_0xb160('0x2'));var express=require('express');var router=express[_0xb160('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0xb160('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xb160('0x5'));var controller=require(_0xb160('0x6'));router['get']('/',auth[_0xb160('0x7')](),controller['index']);router[_0xb160('0x8')]('/describe',auth['isAuthenticated'](),controller['describe']);router['get'](_0xb160('0x9'),auth['isAuthenticated'](),controller[_0xb160('0xa')]);router[_0xb160('0xb')]('/',auth['isAuthenticated'](),controller[_0xb160('0xc')]);router[_0xb160('0xd')]('/:id',auth[_0xb160('0x7')](),controller[_0xb160('0xe')]);router[_0xb160('0xf')](_0xb160('0x9'),auth[_0xb160('0x7')](),controller[_0xb160('0x10')]);module[_0xb160('0x11')]=router;
\ No newline at end of file
+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