Built motion from commit ff78e754.|2.6.29
[motion2.git] / server / api / chatGroup / index.js
index 488b88f..cac1509 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x87bc=['exports','multer','util','path','express','Router','../../components/auth/service','../../config/environment','./chatGroup.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/unread','getUnread','/:id/members','/:id/messages','getMessages','post','addMembers','addMessage','put','update','delete','destroy'];(function(_0xdf9b3c,_0xb472f0){var _0x5d7d6b=function(_0x2c490e){while(--_0x2c490e){_0xdf9b3c['push'](_0xdf9b3c['shift']());}};_0x5d7d6b(++_0xb472f0);}(_0x87bc,0xa9));var _0xc87b=function(_0x20d881,_0x1f2c2b){_0x20d881=_0x20d881-0x0;var _0xca999b=_0x87bc[_0x20d881];return _0xca999b;};'use strict';var multer=require(_0xc87b('0x0'));var util=require(_0xc87b('0x1'));var path=require(_0xc87b('0x2'));var timeout=require('connect-timeout');var express=require(_0xc87b('0x3'));var router=express[_0xc87b('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0xc87b('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xc87b('0x6'));var controller=require(_0xc87b('0x7'));router[_0xc87b('0x8')]('/',auth[_0xc87b('0x9')](),controller[_0xc87b('0xa')]);router['get'](_0xc87b('0xb'),auth[_0xc87b('0x9')](),controller[_0xc87b('0xc')]);router['get'](_0xc87b('0xd'),auth[_0xc87b('0x9')](),controller[_0xc87b('0xe')]);router[_0xc87b('0x8')](_0xc87b('0xf'),auth[_0xc87b('0x9')](),controller[_0xc87b('0x10')]);router[_0xc87b('0x8')](_0xc87b('0x11'),auth['isAuthenticated'](),controller['getMembers']);router[_0xc87b('0x8')](_0xc87b('0x12'),auth[_0xc87b('0x9')](),controller[_0xc87b('0x13')]);router[_0xc87b('0x14')]('/',auth[_0xc87b('0x9')](),controller['create']);router[_0xc87b('0x14')]('/:id/members',auth[_0xc87b('0x9')](),controller[_0xc87b('0x15')]);router[_0xc87b('0x14')](_0xc87b('0x12'),auth['isAuthenticated'](),controller[_0xc87b('0x16')]);router[_0xc87b('0x17')]('/:id',auth[_0xc87b('0x9')](),controller[_0xc87b('0x18')]);router[_0xc87b('0x19')](_0xc87b('0xd'),auth[_0xc87b('0x9')](),controller[_0xc87b('0x1a')]);router['delete']('/:id/members',auth['isAuthenticated'](),controller['removeMembers']);module[_0xc87b('0x1b')]=router;
\ No newline at end of file
+var _0xc3c3=['isAuthenticated','/describe','describe','/:id','show','/:id/unread','getUnread','/:id/members','/:id/messages','getMessages','post','addMembers','update','delete','removeMembers','exports','multer','util','path','connect-timeout','fs-extra','../../components/interaction/service','../../config/environment','./chatGroup.controller','get'];(function(_0x14880e,_0x5f42f8){var _0x390bb0=function(_0x45c54b){while(--_0x45c54b){_0x14880e['push'](_0x14880e['shift']());}};_0x390bb0(++_0x5f42f8);}(_0xc3c3,0x123));var _0x3c3c=function(_0x5b5b79,_0x2bfad8){_0x5b5b79=_0x5b5b79-0x0;var _0x48f6dc=_0xc3c3[_0x5b5b79];return _0x48f6dc;};'use strict';var multer=require(_0x3c3c('0x0'));var util=require(_0x3c3c('0x1'));var path=require(_0x3c3c('0x2'));var timeout=require(_0x3c3c('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x3c3c('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x3c3c('0x5'));var config=require(_0x3c3c('0x6'));var controller=require(_0x3c3c('0x7'));router[_0x3c3c('0x8')]('/',auth[_0x3c3c('0x9')](),controller['index']);router[_0x3c3c('0x8')](_0x3c3c('0xa'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0xb')]);router[_0x3c3c('0x8')](_0x3c3c('0xc'),auth['isAuthenticated'](),controller[_0x3c3c('0xd')]);router[_0x3c3c('0x8')](_0x3c3c('0xe'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0xf')]);router['get'](_0x3c3c('0x10'),auth[_0x3c3c('0x9')](),controller['getMembers']);router[_0x3c3c('0x8')](_0x3c3c('0x11'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0x12')]);router[_0x3c3c('0x13')]('/',auth['isAuthenticated'](),controller['create']);router['post'](_0x3c3c('0x10'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0x14')]);router['post'](_0x3c3c('0x11'),auth[_0x3c3c('0x9')](),controller['addMessage']);router['put'](_0x3c3c('0xc'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0x15')]);router[_0x3c3c('0x16')]('/:id',auth['isAuthenticated'](),controller['destroy']);router['delete'](_0x3c3c('0x10'),auth[_0x3c3c('0x9')](),controller[_0x3c3c('0x17')]);module[_0x3c3c('0x18')]=router;
\ No newline at end of file