Built motion from commit c738b9ac.|2.6.25
[motion2.git] / server / api / chatMessage / index.js
index 1d83f24..3dac497 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3caf=['fs-extra','../../config/environment','./chatMessage.controller','get','isAuthenticated','/describe','describe','/:id','post','tracked','chat','chatmessage:create','create','update','/:id/accept','accept','put','/:id/reject','delete','destroy','exports','util','path','connect-timeout','express','Router'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x3caf,0x1cf));var _0xf3ca=function(_0x207b87,_0x3266e5){_0x207b87=_0x207b87-0x0;var _0xbc46ff=_0x3caf[_0x207b87];return _0xbc46ff;};'use strict';var multer=require('multer');var util=require(_0xf3ca('0x0'));var path=require(_0xf3ca('0x1'));var timeout=require(_0xf3ca('0x2'));var express=require(_0xf3ca('0x3'));var router=express[_0xf3ca('0x4')]();var fs_extra=require(_0xf3ca('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xf3ca('0x6'));var controller=require(_0xf3ca('0x7'));router[_0xf3ca('0x8')]('/',auth[_0xf3ca('0x9')](),controller['index']);router[_0xf3ca('0x8')](_0xf3ca('0xa'),auth['isAuthenticated'](),controller[_0xf3ca('0xb')]);router[_0xf3ca('0x8')](_0xf3ca('0xc'),auth[_0xf3ca('0x9')](),controller['show']);router[_0xf3ca('0xd')]('/',auth[_0xf3ca('0x9')](),interaction[_0xf3ca('0xe')](_0xf3ca('0xf'),_0xf3ca('0x10')),controller[_0xf3ca('0x11')]);router['put'](_0xf3ca('0xc'),controller[_0xf3ca('0x12')]);router['put'](_0xf3ca('0x13'),auth[_0xf3ca('0x9')](),controller[_0xf3ca('0x14')]);router[_0xf3ca('0x15')](_0xf3ca('0x16'),auth[_0xf3ca('0x9')](),controller['reject']);router[_0xf3ca('0x17')]('/:id',auth[_0xf3ca('0x9')](),controller[_0xf3ca('0x18')]);module[_0xf3ca('0x19')]=router;
\ No newline at end of file
+var _0x569f=['path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','./chatMessage.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','tracked','chat','chatmessage:create','create','put','update','/:id/accept','accept','/:id/reject','reject','delete','destroy','exports','util'];(function(_0x1b4b23,_0x5dd6d6){var _0x2a325b=function(_0x175462){while(--_0x175462){_0x1b4b23['push'](_0x1b4b23['shift']());}};_0x2a325b(++_0x5dd6d6);}(_0x569f,0x1ec));var _0xf569=function(_0xea3649,_0x557e6a){_0xea3649=_0xea3649-0x0;var _0x5e7d67=_0x569f[_0xea3649];return _0x5e7d67;};'use strict';var multer=require('multer');var util=require(_0xf569('0x0'));var path=require(_0xf569('0x1'));var timeout=require(_0xf569('0x2'));var express=require(_0xf569('0x3'));var router=express['Router']();var fs_extra=require(_0xf569('0x4'));var auth=require(_0xf569('0x5'));var interaction=require(_0xf569('0x6'));var config=require('../../config/environment');var controller=require(_0xf569('0x7'));router[_0xf569('0x8')]('/',auth[_0xf569('0x9')](),controller[_0xf569('0xa')]);router[_0xf569('0x8')](_0xf569('0xb'),auth[_0xf569('0x9')](),controller[_0xf569('0xc')]);router[_0xf569('0x8')](_0xf569('0xd'),auth[_0xf569('0x9')](),controller[_0xf569('0xe')]);router[_0xf569('0xf')]('/',auth[_0xf569('0x9')](),interaction[_0xf569('0x10')](_0xf569('0x11'),_0xf569('0x12')),controller[_0xf569('0x13')]);router[_0xf569('0x14')](_0xf569('0xd'),controller[_0xf569('0x15')]);router[_0xf569('0x14')](_0xf569('0x16'),auth['isAuthenticated'](),controller[_0xf569('0x17')]);router['put'](_0xf569('0x18'),auth[_0xf569('0x9')](),controller[_0xf569('0x19')]);router[_0xf569('0x1a')]('/:id',auth[_0xf569('0x9')](),controller[_0xf569('0x1b')]);module[_0xf569('0x1c')]=router;
\ No newline at end of file