Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / api / chatMessage / index.js
index 9da802c..01771d5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x171c=['../../components/interaction/service','get','isAuthenticated','index','/describe','describe','/:id','post','chat','chatmessage:create','create','update','/:id/accept','accept','put','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x47a99f,_0x125685){var _0x5eb5ee=function(_0x3ce884){while(--_0x3ce884){_0x47a99f['push'](_0x47a99f['shift']());}};_0x5eb5ee(++_0x125685);}(_0x171c,0xc1));var _0xc171=function(_0xb91c1d,_0x5dec59){_0xb91c1d=_0xb91c1d-0x0;var _0x3af132=_0x171c[_0xb91c1d];return _0x3af132;};'use strict';var multer=require(_0xc171('0x0'));var util=require(_0xc171('0x1'));var path=require(_0xc171('0x2'));var timeout=require(_0xc171('0x3'));var express=require(_0xc171('0x4'));var router=express[_0xc171('0x5')]();var auth=require(_0xc171('0x6'));var interaction=require(_0xc171('0x7'));var config=require('../../config/environment');var controller=require('./chatMessage.controller');router[_0xc171('0x8')]('/',auth[_0xc171('0x9')](),controller[_0xc171('0xa')]);router[_0xc171('0x8')](_0xc171('0xb'),auth[_0xc171('0x9')](),controller[_0xc171('0xc')]);router['get'](_0xc171('0xd'),auth[_0xc171('0x9')](),controller['show']);router[_0xc171('0xe')]('/',auth['isAuthenticated'](),interaction['tracked'](_0xc171('0xf'),_0xc171('0x10')),controller[_0xc171('0x11')]);router['put'](_0xc171('0xd'),controller[_0xc171('0x12')]);router['put'](_0xc171('0x13'),auth[_0xc171('0x9')](),controller[_0xc171('0x14')]);router[_0xc171('0x15')]('/:id/reject',auth[_0xc171('0x9')](),controller['reject']);router[_0xc171('0x16')]('/:id',auth[_0xc171('0x9')](),controller[_0xc171('0x17')]);module[_0xc171('0x18')]=router;
\ No newline at end of file
+var _0xefa4=['/:id/reject','reject','delete','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','show','post','tracked','chat','chatmessage:create','create','put','/:id','update','/:id/accept','accept'];(function(_0x46d16b,_0x13f06e){var _0x2e56a2=function(_0x919069){while(--_0x919069){_0x46d16b['push'](_0x46d16b['shift']());}};_0x2e56a2(++_0x13f06e);}(_0xefa4,0xdc));var _0x4efa=function(_0x21b6ef,_0x5d3990){_0x21b6ef=_0x21b6ef-0x0;var _0x26a638=_0xefa4[_0x21b6ef];return _0x26a638;};'use strict';var multer=require(_0x4efa('0x0'));var util=require(_0x4efa('0x1'));var path=require('path');var timeout=require(_0x4efa('0x2'));var express=require(_0x4efa('0x3'));var router=express[_0x4efa('0x4')]();var fs_extra=require(_0x4efa('0x5'));var auth=require(_0x4efa('0x6'));var interaction=require(_0x4efa('0x7'));var config=require(_0x4efa('0x8'));var controller=require('./chatMessage.controller');router[_0x4efa('0x9')]('/',auth[_0x4efa('0xa')](),controller['index']);router['get'](_0x4efa('0xb'),auth[_0x4efa('0xa')](),controller['describe']);router[_0x4efa('0x9')]('/:id',auth[_0x4efa('0xa')](),controller[_0x4efa('0xc')]);router[_0x4efa('0xd')]('/',auth[_0x4efa('0xa')](),interaction[_0x4efa('0xe')](_0x4efa('0xf'),_0x4efa('0x10')),controller[_0x4efa('0x11')]);router[_0x4efa('0x12')](_0x4efa('0x13'),controller[_0x4efa('0x14')]);router['put'](_0x4efa('0x15'),auth[_0x4efa('0xa')](),controller[_0x4efa('0x16')]);router[_0x4efa('0x12')](_0x4efa('0x17'),auth[_0x4efa('0xa')](),controller[_0x4efa('0x18')]);router[_0x4efa('0x19')](_0x4efa('0x13'),auth[_0x4efa('0xa')](),controller['destroy']);module[_0x4efa('0x1a')]=router;
\ No newline at end of file