Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / chatMessage / index.js
index ba5b97a..f9d1b2c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x452a=['put','/:id/accept','/:id/reject','delete','destroy','exports','multer','util','connect-timeout','express','get','isAuthenticated','index','/:id','show','tracked','chat','chatmessage:create','create'];(function(_0x4afac5,_0x1ab4ed){var _0x2404b3=function(_0x5c700b){while(--_0x5c700b){_0x4afac5['push'](_0x4afac5['shift']());}};_0x2404b3(++_0x1ab4ed);}(_0x452a,0x1ce));var _0xa452=function(_0x4d67b8,_0x565134){_0x4d67b8=_0x4d67b8-0x0;var _0x55af3b=_0x452a[_0x4d67b8];return _0x55af3b;};'use strict';var multer=require(_0xa452('0x0'));var util=require(_0xa452('0x1'));var path=require('path');var timeout=require(_0xa452('0x2'));var express=require(_0xa452('0x3'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./chatMessage.controller');router[_0xa452('0x4')]('/',auth[_0xa452('0x5')](),controller[_0xa452('0x6')]);router[_0xa452('0x4')]('/describe',auth[_0xa452('0x5')](),controller['describe']);router[_0xa452('0x4')](_0xa452('0x7'),auth[_0xa452('0x5')](),controller[_0xa452('0x8')]);router['post']('/',auth[_0xa452('0x5')](),interaction[_0xa452('0x9')](_0xa452('0xa'),_0xa452('0xb')),controller[_0xa452('0xc')]);router[_0xa452('0xd')](_0xa452('0x7'),controller['update']);router[_0xa452('0xd')](_0xa452('0xe'),auth[_0xa452('0x5')](),controller['accept']);router[_0xa452('0xd')](_0xa452('0xf'),auth['isAuthenticated'](),controller['reject']);router[_0xa452('0x10')](_0xa452('0x7'),auth[_0xa452('0x5')](),controller[_0xa452('0x11')]);module[_0xa452('0x12')]=router;
\ No newline at end of file
+var _0x7f1b=['/:id/reject','reject','exports','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatMessage.controller','get','isAuthenticated','/describe','/:id','show','post','tracked','chat','chatmessage:create','put','/:id/accept','accept'];(function(_0x3ab51d,_0x2fa01d){var _0x29a04e=function(_0x7807b0){while(--_0x7807b0){_0x3ab51d['push'](_0x3ab51d['shift']());}};_0x29a04e(++_0x2fa01d);}(_0x7f1b,0x93));var _0xb7f1=function(_0x1b9eed,_0x54f3f8){_0x1b9eed=_0x1b9eed-0x0;var _0x1e7907=_0x7f1b[_0x1b9eed];return _0x1e7907;};'use strict';var multer=require(_0xb7f1('0x0'));var util=require(_0xb7f1('0x1'));var path=require(_0xb7f1('0x2'));var timeout=require('connect-timeout');var express=require(_0xb7f1('0x3'));var router=express[_0xb7f1('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0xb7f1('0x5'));var interaction=require(_0xb7f1('0x6'));var config=require(_0xb7f1('0x7'));var controller=require(_0xb7f1('0x8'));router[_0xb7f1('0x9')]('/',auth[_0xb7f1('0xa')](),controller['index']);router[_0xb7f1('0x9')](_0xb7f1('0xb'),auth[_0xb7f1('0xa')](),controller['describe']);router[_0xb7f1('0x9')](_0xb7f1('0xc'),auth[_0xb7f1('0xa')](),controller[_0xb7f1('0xd')]);router[_0xb7f1('0xe')]('/',auth[_0xb7f1('0xa')](),interaction[_0xb7f1('0xf')](_0xb7f1('0x10'),_0xb7f1('0x11')),controller['create']);router[_0xb7f1('0x12')](_0xb7f1('0xc'),controller['update']);router[_0xb7f1('0x12')](_0xb7f1('0x13'),auth[_0xb7f1('0xa')](),controller[_0xb7f1('0x14')]);router[_0xb7f1('0x12')](_0xb7f1('0x15'),auth[_0xb7f1('0xa')](),controller[_0xb7f1('0x16')]);router['delete'](_0xb7f1('0xc'),auth[_0xb7f1('0xa')](),controller['destroy']);module[_0xb7f1('0x17')]=router;
\ No newline at end of file