Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / api / chatMessage / index.js
index f7e15b5..1271a53 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xbd9e=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatMessage.controller','get','isAuthenticated','index','describe','show','post','tracked','chat','chatmessage:create','create','put','/:id','update','/:id/reject','reject','delete','exports','multer','path'];(function(_0x129f74,_0x3d64d8){var _0x1cf683=function(_0x232179){while(--_0x232179){_0x129f74['push'](_0x129f74['shift']());}};_0x1cf683(++_0x3d64d8);}(_0xbd9e,0xce));var _0xebd9=function(_0x2df507,_0x553862){_0x2df507=_0x2df507-0x0;var _0x1f7167=_0xbd9e[_0x2df507];return _0x1f7167;};'use strict';var multer=require(_0xebd9('0x0'));var util=require('util');var path=require(_0xebd9('0x1'));var timeout=require(_0xebd9('0x2'));var express=require(_0xebd9('0x3'));var router=express[_0xebd9('0x4')]();var auth=require(_0xebd9('0x5'));var interaction=require(_0xebd9('0x6'));var config=require(_0xebd9('0x7'));var controller=require(_0xebd9('0x8'));router[_0xebd9('0x9')]('/',auth[_0xebd9('0xa')](),controller[_0xebd9('0xb')]);router[_0xebd9('0x9')]('/describe',auth[_0xebd9('0xa')](),controller[_0xebd9('0xc')]);router[_0xebd9('0x9')]('/:id',auth[_0xebd9('0xa')](),controller[_0xebd9('0xd')]);router[_0xebd9('0xe')]('/',auth['isAuthenticated'](),interaction[_0xebd9('0xf')](_0xebd9('0x10'),_0xebd9('0x11')),controller[_0xebd9('0x12')]);router[_0xebd9('0x13')](_0xebd9('0x14'),controller[_0xebd9('0x15')]);router[_0xebd9('0x13')]('/:id/accept',auth[_0xebd9('0xa')](),controller['accept']);router[_0xebd9('0x13')](_0xebd9('0x16'),auth[_0xebd9('0xa')](),controller[_0xebd9('0x17')]);router[_0xebd9('0x18')](_0xebd9('0x14'),auth['isAuthenticated'](),controller['destroy']);module[_0xebd9('0x19')]=router;
\ No newline at end of file
+var _0x40a1=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatMessage.controller','index','get','isAuthenticated','describe','/:id','show','tracked','chatmessage:create','put','update','/:id/accept','accept','/:id/reject','reject','destroy','exports'];(function(_0x6c4358,_0x17bcbb){var _0x7aa4ef=function(_0x3ddd15){while(--_0x3ddd15){_0x6c4358['push'](_0x6c4358['shift']());}};_0x7aa4ef(++_0x17bcbb);}(_0x40a1,0x10e));var _0x140a=function(_0x1e3572,_0x12a24b){_0x1e3572=_0x1e3572-0x0;var _0x9fafc=_0x40a1[_0x1e3572];return _0x9fafc;};'use strict';var multer=require(_0x140a('0x0'));var util=require(_0x140a('0x1'));var path=require(_0x140a('0x2'));var timeout=require(_0x140a('0x3'));var express=require(_0x140a('0x4'));var router=express[_0x140a('0x5')]();var fs_extra=require(_0x140a('0x6'));var auth=require(_0x140a('0x7'));var interaction=require(_0x140a('0x8'));var config=require(_0x140a('0x9'));var controller=require(_0x140a('0xa'));router['get']('/',auth['isAuthenticated'](),controller[_0x140a('0xb')]);router[_0x140a('0xc')]('/describe',auth[_0x140a('0xd')](),controller[_0x140a('0xe')]);router[_0x140a('0xc')](_0x140a('0xf'),auth['isAuthenticated'](),controller[_0x140a('0x10')]);router['post']('/',auth[_0x140a('0xd')](),interaction[_0x140a('0x11')]('chat',_0x140a('0x12')),controller['create']);router[_0x140a('0x13')](_0x140a('0xf'),controller[_0x140a('0x14')]);router[_0x140a('0x13')](_0x140a('0x15'),auth[_0x140a('0xd')](),controller[_0x140a('0x16')]);router[_0x140a('0x13')](_0x140a('0x17'),auth[_0x140a('0xd')](),controller[_0x140a('0x18')]);router['delete'](_0x140a('0xf'),auth[_0x140a('0xd')](),controller[_0x140a('0x19')]);module[_0x140a('0x1a')]=router;
\ No newline at end of file