Built motion from commit (unavailable).|2.5.22
[motion2.git] / server / api / chatGroup / index.js
index 1e1f273..65627d0 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x02fb=['/:id/members','addMessage','put','update','delete','destroy','removeMembers','exports','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./chatGroup.controller','get','isAuthenticated','/describe','describe','/:id','show','getUnread','/:id/messages','getMessages','post','create'];(function(_0x4ae0f8,_0x481211){var _0xcd39f7=function(_0x2a4134){while(--_0x2a4134){_0x4ae0f8['push'](_0x4ae0f8['shift']());}};_0xcd39f7(++_0x481211);}(_0x02fb,0x198));var _0xb02f=function(_0x53dcd9,_0x4bb8db){_0x53dcd9=_0x53dcd9-0x0;var _0xeeaf58=_0x02fb[_0x53dcd9];return _0xeeaf58;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xb02f('0x0'));var express=require(_0xb02f('0x1'));var router=express[_0xb02f('0x2')]();var auth=require('../../components/auth/service');var interaction=require(_0xb02f('0x3'));var config=require(_0xb02f('0x4'));var controller=require(_0xb02f('0x5'));router[_0xb02f('0x6')]('/',auth[_0xb02f('0x7')](),controller['index']);router['get'](_0xb02f('0x8'),auth[_0xb02f('0x7')](),controller[_0xb02f('0x9')]);router[_0xb02f('0x6')](_0xb02f('0xa'),auth[_0xb02f('0x7')](),controller[_0xb02f('0xb')]);router[_0xb02f('0x6')]('/:id/unread',auth[_0xb02f('0x7')](),controller[_0xb02f('0xc')]);router[_0xb02f('0x6')]('/:id/members',auth['isAuthenticated'](),controller['getMembers']);router[_0xb02f('0x6')](_0xb02f('0xd'),auth['isAuthenticated'](),controller[_0xb02f('0xe')]);router[_0xb02f('0xf')]('/',auth[_0xb02f('0x7')](),controller[_0xb02f('0x10')]);router[_0xb02f('0xf')](_0xb02f('0x11'),auth[_0xb02f('0x7')](),controller['addMembers']);router['post'](_0xb02f('0xd'),auth['isAuthenticated'](),controller[_0xb02f('0x12')]);router[_0xb02f('0x13')]('/:id',auth[_0xb02f('0x7')](),controller[_0xb02f('0x14')]);router[_0xb02f('0x15')](_0xb02f('0xa'),auth['isAuthenticated'](),controller[_0xb02f('0x16')]);router[_0xb02f('0x15')](_0xb02f('0x11'),auth[_0xb02f('0x7')](),controller[_0xb02f('0x17')]);module[_0xb02f('0x18')]=router;
\ No newline at end of file
+var _0xc438=['util','connect-timeout','express','../../components/auth/service','../../config/environment','./chatGroup.controller','get','isAuthenticated','/describe','describe','show','/:id/unread','getUnread','getMembers','/:id/messages','getMessages','post','/:id/members','addMembers','addMessage','/:id','update','delete','destroy'];(function(_0x517ed2,_0x4f17bb){var _0x1ab5b9=function(_0x39a18c){while(--_0x39a18c){_0x517ed2['push'](_0x517ed2['shift']());}};_0x1ab5b9(++_0x4f17bb);}(_0xc438,0x1c8));var _0x8c43=function(_0x894798,_0x1e1e12){_0x894798=_0x894798-0x0;var _0x4f561e=_0xc438[_0x894798];return _0x4f561e;};'use strict';var multer=require('multer');var util=require(_0x8c43('0x0'));var path=require('path');var timeout=require(_0x8c43('0x1'));var express=require(_0x8c43('0x2'));var router=express['Router']();var auth=require(_0x8c43('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x8c43('0x4'));var controller=require(_0x8c43('0x5'));router[_0x8c43('0x6')]('/',auth[_0x8c43('0x7')](),controller['index']);router['get'](_0x8c43('0x8'),auth[_0x8c43('0x7')](),controller[_0x8c43('0x9')]);router[_0x8c43('0x6')]('/:id',auth[_0x8c43('0x7')](),controller[_0x8c43('0xa')]);router[_0x8c43('0x6')](_0x8c43('0xb'),auth[_0x8c43('0x7')](),controller[_0x8c43('0xc')]);router[_0x8c43('0x6')]('/:id/members',auth[_0x8c43('0x7')](),controller[_0x8c43('0xd')]);router[_0x8c43('0x6')](_0x8c43('0xe'),auth['isAuthenticated'](),controller[_0x8c43('0xf')]);router[_0x8c43('0x10')]('/',auth[_0x8c43('0x7')](),controller['create']);router[_0x8c43('0x10')](_0x8c43('0x11'),auth[_0x8c43('0x7')](),controller[_0x8c43('0x12')]);router[_0x8c43('0x10')](_0x8c43('0xe'),auth['isAuthenticated'](),controller[_0x8c43('0x13')]);router['put'](_0x8c43('0x14'),auth[_0x8c43('0x7')](),controller[_0x8c43('0x15')]);router[_0x8c43('0x16')](_0x8c43('0x14'),auth[_0x8c43('0x7')](),controller[_0x8c43('0x17')]);router['delete']('/:id/members',auth[_0x8c43('0x7')](),controller['removeMembers']);module['exports']=router;
\ No newline at end of file