Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / chatGroup / index.js
index 1e1f273..f796d56 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 _0xd2e8=['multer','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./chatGroup.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/unread','getUnread','/:id/members','getMembers','/:id/messages','getMessages','post','create','put','update','destroy','delete','removeMembers','exports'];(function(_0x35fc2a,_0x4788f4){var _0x379aa8=function(_0x4b4759){while(--_0x4b4759){_0x35fc2a['push'](_0x35fc2a['shift']());}};_0x379aa8(++_0x4788f4);}(_0xd2e8,0x96));var _0x8d2e=function(_0x3b5e02,_0x535469){_0x3b5e02=_0x3b5e02-0x0;var _0x59464c=_0xd2e8[_0x3b5e02];return _0x59464c;};'use strict';var multer=require(_0x8d2e('0x0'));var util=require('util');var path=require(_0x8d2e('0x1'));var timeout=require(_0x8d2e('0x2'));var express=require(_0x8d2e('0x3'));var router=express[_0x8d2e('0x4')]();var fs_extra=require(_0x8d2e('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x8d2e('0x6'));var config=require(_0x8d2e('0x7'));var controller=require(_0x8d2e('0x8'));router[_0x8d2e('0x9')]('/',auth[_0x8d2e('0xa')](),controller[_0x8d2e('0xb')]);router[_0x8d2e('0x9')](_0x8d2e('0xc'),auth[_0x8d2e('0xa')](),controller[_0x8d2e('0xd')]);router[_0x8d2e('0x9')](_0x8d2e('0xe'),auth[_0x8d2e('0xa')](),controller[_0x8d2e('0xf')]);router[_0x8d2e('0x9')](_0x8d2e('0x10'),auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x11')]);router[_0x8d2e('0x9')](_0x8d2e('0x12'),auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x13')]);router[_0x8d2e('0x9')](_0x8d2e('0x14'),auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x15')]);router[_0x8d2e('0x16')]('/',auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x17')]);router['post']('/:id/members',auth['isAuthenticated'](),controller['addMembers']);router[_0x8d2e('0x16')](_0x8d2e('0x14'),auth[_0x8d2e('0xa')](),controller['addMessage']);router[_0x8d2e('0x18')]('/:id',auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x19')]);router['delete'](_0x8d2e('0xe'),auth['isAuthenticated'](),controller[_0x8d2e('0x1a')]);router[_0x8d2e('0x1b')]('/:id/members',auth[_0x8d2e('0xa')](),controller[_0x8d2e('0x1c')]);module[_0x8d2e('0x1d')]=router;
\ No newline at end of file