Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / api / chatMessage / index.js
index 7790697..1271a53 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5ff7=['chatmessage:create','create','put','update','/:id/accept','accept','/:id/reject','reject','destroy','exports','multer','util','connect-timeout','express','Router','../../components/interaction/service','./chatMessage.controller','get','isAuthenticated','describe','/:id','show','post','chat'];(function(_0x515e90,_0x401294){var _0x515e4a=function(_0x4a8fbe){while(--_0x4a8fbe){_0x515e90['push'](_0x515e90['shift']());}};_0x515e4a(++_0x401294);}(_0x5ff7,0x6a));var _0x75ff=function(_0x9c3ca2,_0x4f69c1){_0x9c3ca2=_0x9c3ca2-0x0;var _0x4ca75f=_0x5ff7[_0x9c3ca2];return _0x4ca75f;};'use strict';var multer=require(_0x75ff('0x0'));var util=require(_0x75ff('0x1'));var path=require('path');var timeout=require(_0x75ff('0x2'));var express=require(_0x75ff('0x3'));var router=express[_0x75ff('0x4')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x75ff('0x5'));var config=require('../../config/environment');var controller=require(_0x75ff('0x6'));router[_0x75ff('0x7')]('/',auth[_0x75ff('0x8')](),controller['index']);router['get']('/describe',auth[_0x75ff('0x8')](),controller[_0x75ff('0x9')]);router[_0x75ff('0x7')](_0x75ff('0xa'),auth[_0x75ff('0x8')](),controller[_0x75ff('0xb')]);router[_0x75ff('0xc')]('/',auth[_0x75ff('0x8')](),interaction['tracked'](_0x75ff('0xd'),_0x75ff('0xe')),controller[_0x75ff('0xf')]);router[_0x75ff('0x10')](_0x75ff('0xa'),controller[_0x75ff('0x11')]);router[_0x75ff('0x10')](_0x75ff('0x12'),auth['isAuthenticated'](),controller[_0x75ff('0x13')]);router[_0x75ff('0x10')](_0x75ff('0x14'),auth[_0x75ff('0x8')](),controller[_0x75ff('0x15')]);router['delete'](_0x75ff('0xa'),auth[_0x75ff('0x8')](),controller[_0x75ff('0x16')]);module[_0x75ff('0x17')]=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