Built motion from commit (unavailable).|2.4.4
[motion2.git] / server / api / chatInternalMessage / index.js
index c4168b3..e3841a0 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2c16=['../../config/environment','./chatInternalMessage.controller','get','isAuthenticated','index','describe','/:id','show','create','put','update','destroy','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service'];(function(_0x446401,_0x2fa6cc){var _0x335f4a=function(_0x44b0fb){while(--_0x44b0fb){_0x446401['push'](_0x446401['shift']());}};_0x335f4a(++_0x2fa6cc);}(_0x2c16,0xf0));var _0x62c1=function(_0x48d7a9,_0x695620){_0x48d7a9=_0x48d7a9-0x0;var _0x604cd=_0x2c16[_0x48d7a9];return _0x604cd;};'use strict';var multer=require(_0x62c1('0x0'));var util=require(_0x62c1('0x1'));var path=require(_0x62c1('0x2'));var timeout=require('connect-timeout');var express=require(_0x62c1('0x3'));var router=express[_0x62c1('0x4')]();var auth=require(_0x62c1('0x5'));var interaction=require(_0x62c1('0x6'));var config=require(_0x62c1('0x7'));var controller=require(_0x62c1('0x8'));router[_0x62c1('0x9')]('/',auth[_0x62c1('0xa')](),controller[_0x62c1('0xb')]);router[_0x62c1('0x9')]('/describe',auth[_0x62c1('0xa')](),controller[_0x62c1('0xc')]);router[_0x62c1('0x9')]('/users',auth[_0x62c1('0xa')](),controller['getUsers']);router[_0x62c1('0x9')](_0x62c1('0xd'),auth['isAuthenticated'](),controller[_0x62c1('0xe')]);router['post']('/',auth[_0x62c1('0xa')](),controller[_0x62c1('0xf')]);router[_0x62c1('0x10')](_0x62c1('0xd'),controller[_0x62c1('0x11')]);router['delete']('/:id',auth[_0x62c1('0xa')](),controller[_0x62c1('0x12')]);module['exports']=router;
\ No newline at end of file
+var _0xafc4=['Router','../../components/auth/service','../../components/interaction/service','isAuthenticated','index','get','/describe','describe','/users','getUsers','/:id','put','delete','destroy','exports','multer','path','express'];(function(_0x25b889,_0x3de332){var _0x1afe33=function(_0x2a35bb){while(--_0x2a35bb){_0x25b889['push'](_0x25b889['shift']());}};_0x1afe33(++_0x3de332);}(_0xafc4,0x69));var _0x4afc=function(_0x405406,_0x52b116){_0x405406=_0x405406-0x0;var _0x525b71=_0xafc4[_0x405406];return _0x525b71;};'use strict';var multer=require(_0x4afc('0x0'));var util=require('util');var path=require(_0x4afc('0x1'));var timeout=require('connect-timeout');var express=require(_0x4afc('0x2'));var router=express[_0x4afc('0x3')]();var auth=require(_0x4afc('0x4'));var interaction=require(_0x4afc('0x5'));var config=require('../../config/environment');var controller=require('./chatInternalMessage.controller');router['get']('/',auth[_0x4afc('0x6')](),controller[_0x4afc('0x7')]);router[_0x4afc('0x8')](_0x4afc('0x9'),auth[_0x4afc('0x6')](),controller[_0x4afc('0xa')]);router['get'](_0x4afc('0xb'),auth[_0x4afc('0x6')](),controller[_0x4afc('0xc')]);router[_0x4afc('0x8')](_0x4afc('0xd'),auth[_0x4afc('0x6')](),controller['show']);router['post']('/',auth[_0x4afc('0x6')](),controller['create']);router[_0x4afc('0xe')](_0x4afc('0xd'),controller['update']);router[_0x4afc('0xf')](_0x4afc('0xd'),auth[_0x4afc('0x6')](),controller[_0x4afc('0x10')]);module[_0x4afc('0x11')]=router;
\ No newline at end of file