Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / openchannelMessage / index.js
index 33dccf3..c551d39 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xc2c4=['/:id','post','tracked','openchannelmessage:create','create','put','/:id/accept','accept','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe'];(function(_0x3ccb2b,_0x180a84){var _0x36fc6a=function(_0x5342d5){while(--_0x5342d5){_0x3ccb2b['push'](_0x3ccb2b['shift']());}};_0x36fc6a(++_0x180a84);}(_0xc2c4,0x80));var _0x4c2c=function(_0x3a47ee,_0x832a45){_0x3a47ee=_0x3a47ee-0x0;var _0x208d9a=_0xc2c4[_0x3a47ee];return _0x208d9a;};'use strict';var multer=require(_0x4c2c('0x0'));var util=require(_0x4c2c('0x1'));var path=require('path');var timeout=require(_0x4c2c('0x2'));var express=require(_0x4c2c('0x3'));var router=express[_0x4c2c('0x4')]();var fs_extra=require(_0x4c2c('0x5'));var auth=require(_0x4c2c('0x6'));var interaction=require(_0x4c2c('0x7'));var config=require('../../config/environment');var controller=require('./openchannelMessage.controller');router[_0x4c2c('0x8')]('/',auth[_0x4c2c('0x9')](),controller[_0x4c2c('0xa')]);router[_0x4c2c('0x8')](_0x4c2c('0xb'),auth[_0x4c2c('0x9')](),controller['describe']);router['get'](_0x4c2c('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x4c2c('0xd')]('/',auth[_0x4c2c('0x9')](),interaction[_0x4c2c('0xe')]('openchannel',_0x4c2c('0xf')),controller[_0x4c2c('0x10')]);router[_0x4c2c('0x11')](_0x4c2c('0xc'),auth[_0x4c2c('0x9')](),controller['update']);router[_0x4c2c('0x11')](_0x4c2c('0x12'),auth['isAuthenticated'](),controller[_0x4c2c('0x13')]);router['put']('/:id/reject',auth[_0x4c2c('0x9')](),controller['reject']);router['delete'](_0x4c2c('0xc'),auth[_0x4c2c('0x9')](),controller['destroy']);module['exports']=router;
\ No newline at end of file
+var _0xa9e0=['index','/describe','show','post','isAuthenticated','tracked','openchannel','openchannelmessage:create','update','put','/:id/accept','accept','reject','delete','/:id','destroy','multer','util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelMessage.controller','get'];(function(_0x2b884c,_0x46772a){var _0x1912fc=function(_0x1de344){while(--_0x1de344){_0x2b884c['push'](_0x2b884c['shift']());}};_0x1912fc(++_0x46772a);}(_0xa9e0,0x123));var _0x0a9e=function(_0x1cfa0d,_0x4391f2){_0x1cfa0d=_0x1cfa0d-0x0;var _0xe33279=_0xa9e0[_0x1cfa0d];return _0xe33279;};'use strict';var multer=require(_0x0a9e('0x0'));var util=require(_0x0a9e('0x1'));var path=require(_0x0a9e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x0a9e('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x0a9e('0x4'));var interaction=require(_0x0a9e('0x5'));var config=require(_0x0a9e('0x6'));var controller=require(_0x0a9e('0x7'));router[_0x0a9e('0x8')]('/',auth['isAuthenticated'](),controller[_0x0a9e('0x9')]);router[_0x0a9e('0x8')](_0x0a9e('0xa'),auth['isAuthenticated'](),controller['describe']);router[_0x0a9e('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x0a9e('0xb')]);router[_0x0a9e('0xc')]('/',auth[_0x0a9e('0xd')](),interaction[_0x0a9e('0xe')](_0x0a9e('0xf'),_0x0a9e('0x10')),controller['create']);router['put']('/:id',auth['isAuthenticated'](),controller[_0x0a9e('0x11')]);router[_0x0a9e('0x12')](_0x0a9e('0x13'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x14')]);router[_0x0a9e('0x12')]('/:id/reject',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x15')]);router[_0x0a9e('0x16')](_0x0a9e('0x17'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x18')]);module['exports']=router;
\ No newline at end of file