Built motion from commit f74363e9.|2.6.34
[motion2.git] / server / api / userProfileSection / index.js
index 1dc486c..b832347 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4b53=['update','delete','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe','describe','post','put','/:id'];(function(_0x3da577,_0x1caac1){var _0x54db1b=function(_0x531e0a){while(--_0x531e0a){_0x3da577['push'](_0x3da577['shift']());}};_0x54db1b(++_0x1caac1);}(_0x4b53,0xe6));var _0x34b5=function(_0x208d5c,_0x1a2eb6){_0x208d5c=_0x208d5c-0x0;var _0x3ea5d4=_0x4b53[_0x208d5c];return _0x3ea5d4;};'use strict';var multer=require(_0x34b5('0x0'));var util=require(_0x34b5('0x1'));var path=require(_0x34b5('0x2'));var timeout=require(_0x34b5('0x3'));var express=require(_0x34b5('0x4'));var router=express[_0x34b5('0x5')]();var fs_extra=require(_0x34b5('0x6'));var auth=require(_0x34b5('0x7'));var interaction=require(_0x34b5('0x8'));var config=require('../../config/environment');var controller=require('./userProfileSection.controller');router[_0x34b5('0x9')]('/',auth[_0x34b5('0xa')](),controller[_0x34b5('0xb')]);router['get'](_0x34b5('0xc'),auth[_0x34b5('0xa')](),controller[_0x34b5('0xd')]);router[_0x34b5('0x9')]('/:id',auth[_0x34b5('0xa')](),controller['show']);router[_0x34b5('0xe')]('/',auth[_0x34b5('0xa')](),controller['create']);router[_0x34b5('0xf')](_0x34b5('0x10'),auth[_0x34b5('0xa')](),controller[_0x34b5('0x11')]);router[_0x34b5('0x12')](_0x34b5('0x10'),auth[_0x34b5('0xa')](),controller['destroy']);module['exports']=router;
\ No newline at end of file
+var _0x82b6=['put','update','delete','destroy','exports','multer','util','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','./userProfileSection.controller','get','index','isAuthenticated','/:id','show','post','create'];(function(_0x85f2b7,_0x99850a){var _0x5f2ab8=function(_0x5b8179){while(--_0x5b8179){_0x85f2b7['push'](_0x85f2b7['shift']());}};_0x5f2ab8(++_0x99850a);}(_0x82b6,0x1f3));var _0x682b=function(_0x3d4876,_0x366386){_0x3d4876=_0x3d4876-0x0;var _0x58ca9d=_0x82b6[_0x3d4876];return _0x58ca9d;};'use strict';var multer=require(_0x682b('0x0'));var util=require(_0x682b('0x1'));var path=require('path');var timeout=require(_0x682b('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x682b('0x3'));var auth=require(_0x682b('0x4'));var interaction=require(_0x682b('0x5'));var config=require('../../config/environment');var controller=require(_0x682b('0x6'));router[_0x682b('0x7')]('/',auth['isAuthenticated'](),controller[_0x682b('0x8')]);router[_0x682b('0x7')]('/describe',auth[_0x682b('0x9')](),controller['describe']);router[_0x682b('0x7')](_0x682b('0xa'),auth['isAuthenticated'](),controller[_0x682b('0xb')]);router[_0x682b('0xc')]('/',auth['isAuthenticated'](),controller[_0x682b('0xd')]);router[_0x682b('0xe')](_0x682b('0xa'),auth['isAuthenticated'](),controller[_0x682b('0xf')]);router[_0x682b('0x10')](_0x682b('0xa'),auth['isAuthenticated'](),controller[_0x682b('0x11')]);module[_0x682b('0x12')]=router;
\ No newline at end of file