Built motion from commit (unavailable).|2.5.23
[motion2.git] / server / api / userProfileResource / index.js
index 9f1f87c..acdac70 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb218=['delete','destroy','exports','multer','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','/describe','isAuthenticated','describe','/:id','post','put','update'];(function(_0x5a2b2d,_0x3e29eb){var _0x104a4f=function(_0x429b87){while(--_0x429b87){_0x5a2b2d['push'](_0x5a2b2d['shift']());}};_0x104a4f(++_0x3e29eb);}(_0xb218,0x192));var _0x8b21=function(_0x3c7c72,_0x215c61){_0x3c7c72=_0x3c7c72-0x0;var _0x5048b7=_0xb218[_0x3c7c72];return _0x5048b7;};'use strict';var multer=require(_0x8b21('0x0'));var util=require('util');var path=require(_0x8b21('0x1'));var timeout=require(_0x8b21('0x2'));var express=require(_0x8b21('0x3'));var router=express['Router']();var auth=require(_0x8b21('0x4'));var interaction=require(_0x8b21('0x5'));var config=require(_0x8b21('0x6'));var controller=require('./userProfileResource.controller');router[_0x8b21('0x7')]('/',auth['isAuthenticated'](),controller[_0x8b21('0x8')]);router['get'](_0x8b21('0x9'),auth[_0x8b21('0xa')](),controller[_0x8b21('0xb')]);router['get'](_0x8b21('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x8b21('0xd')]('/',auth[_0x8b21('0xa')](),controller['create']);router[_0x8b21('0xe')]('/:id',auth['isAuthenticated'](),controller[_0x8b21('0xf')]);router[_0x8b21('0x10')](_0x8b21('0xc'),auth[_0x8b21('0xa')](),controller[_0x8b21('0x11')]);module[_0x8b21('0x12')]=router;
\ No newline at end of file
+var _0x1a80=['get','post','put','delete','/:id','destroy','exports','multer','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','./userProfileResource.controller','isAuthenticated','index','/describe','describe'];(function(_0x3b0653,_0x2231b5){var _0x367c9e=function(_0x1d336b){while(--_0x1d336b){_0x3b0653['push'](_0x3b0653['shift']());}};_0x367c9e(++_0x2231b5);}(_0x1a80,0x111));var _0x01a8=function(_0x25a377,_0xb0eaae){_0x25a377=_0x25a377-0x0;var _0x170561=_0x1a80[_0x25a377];return _0x170561;};'use strict';var multer=require(_0x01a8('0x0'));var util=require(_0x01a8('0x1'));var path=require(_0x01a8('0x2'));var timeout=require(_0x01a8('0x3'));var express=require('express');var router=express[_0x01a8('0x4')]();var auth=require(_0x01a8('0x5'));var interaction=require(_0x01a8('0x6'));var config=require('../../config/environment');var controller=require(_0x01a8('0x7'));router['get']('/',auth[_0x01a8('0x8')](),controller[_0x01a8('0x9')]);router['get'](_0x01a8('0xa'),auth[_0x01a8('0x8')](),controller[_0x01a8('0xb')]);router[_0x01a8('0xc')]('/:id',auth['isAuthenticated'](),controller['show']);router[_0x01a8('0xd')]('/',auth[_0x01a8('0x8')](),controller['create']);router[_0x01a8('0xe')]('/:id',auth[_0x01a8('0x8')](),controller['update']);router[_0x01a8('0xf')](_0x01a8('0x10'),auth[_0x01a8('0x8')](),controller[_0x01a8('0x11')]);module[_0x01a8('0x12')]=router;
\ No newline at end of file