Built motion from commit 9d0783e6.|2.6.13
[motion2.git] / server / api / openchannelMessage / index.js
index ccdd546..e612369 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4bcf=['destroy','exports','util','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./openchannelMessage.controller','get','isAuthenticated','index','describe','/:id','tracked','openchannelmessage:create','create','/:id/accept','/:id/reject','reject','delete'];(function(_0x3a2a3c,_0x37bd31){var _0x50ac9a=function(_0x494a7f){while(--_0x494a7f){_0x3a2a3c['push'](_0x3a2a3c['shift']());}};_0x50ac9a(++_0x37bd31);}(_0x4bcf,0x6b));var _0xf4bc=function(_0x936f18,_0x110725){_0x936f18=_0x936f18-0x0;var _0x36b3b7=_0x4bcf[_0x936f18];return _0x36b3b7;};'use strict';var multer=require('multer');var util=require(_0xf4bc('0x0'));var path=require('path');var timeout=require(_0xf4bc('0x1'));var express=require(_0xf4bc('0x2'));var router=express[_0xf4bc('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xf4bc('0x4'));var config=require(_0xf4bc('0x5'));var controller=require(_0xf4bc('0x6'));router[_0xf4bc('0x7')]('/',auth[_0xf4bc('0x8')](),controller[_0xf4bc('0x9')]);router[_0xf4bc('0x7')]('/describe',auth[_0xf4bc('0x8')](),controller[_0xf4bc('0xa')]);router[_0xf4bc('0x7')](_0xf4bc('0xb'),auth[_0xf4bc('0x8')](),controller['show']);router['post']('/',auth[_0xf4bc('0x8')](),interaction[_0xf4bc('0xc')]('openchannel',_0xf4bc('0xd')),controller[_0xf4bc('0xe')]);router['put'](_0xf4bc('0xb'),auth[_0xf4bc('0x8')](),controller['update']);router['put'](_0xf4bc('0xf'),auth[_0xf4bc('0x8')](),controller['accept']);router['put'](_0xf4bc('0x10'),auth['isAuthenticated'](),controller[_0xf4bc('0x11')]);router[_0xf4bc('0x12')](_0xf4bc('0xb'),auth['isAuthenticated'](),controller[_0xf4bc('0x13')]);module[_0xf4bc('0x14')]=router;
\ No newline at end of file
+var _0xcb91=['openchannelmessage:create','put','update','/:id/reject','reject','destroy','exports','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./openchannelMessage.controller','get','index','isAuthenticated','describe','/:id','post','tracked','openchannel'];(function(_0x2de020,_0x252df0){var _0x182b7c=function(_0xcbcdaa){while(--_0xcbcdaa){_0x2de020['push'](_0x2de020['shift']());}};_0x182b7c(++_0x252df0);}(_0xcb91,0x1a9));var _0x1cb9=function(_0x30d87a,_0xf3a07f){_0x30d87a=_0x30d87a-0x0;var _0x48f64b=_0xcb91[_0x30d87a];return _0x48f64b;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x1cb9('0x0'));var timeout=require(_0x1cb9('0x1'));var express=require(_0x1cb9('0x2'));var router=express[_0x1cb9('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x1cb9('0x4'));var interaction=require(_0x1cb9('0x5'));var config=require('../../config/environment');var controller=require(_0x1cb9('0x6'));router[_0x1cb9('0x7')]('/',auth['isAuthenticated'](),controller[_0x1cb9('0x8')]);router[_0x1cb9('0x7')]('/describe',auth[_0x1cb9('0x9')](),controller[_0x1cb9('0xa')]);router['get'](_0x1cb9('0xb'),auth['isAuthenticated'](),controller['show']);router[_0x1cb9('0xc')]('/',auth[_0x1cb9('0x9')](),interaction[_0x1cb9('0xd')](_0x1cb9('0xe'),_0x1cb9('0xf')),controller['create']);router[_0x1cb9('0x10')](_0x1cb9('0xb'),auth[_0x1cb9('0x9')](),controller[_0x1cb9('0x11')]);router[_0x1cb9('0x10')]('/:id/accept',auth['isAuthenticated'](),controller['accept']);router[_0x1cb9('0x10')](_0x1cb9('0x12'),auth[_0x1cb9('0x9')](),controller[_0x1cb9('0x13')]);router['delete'](_0x1cb9('0xb'),auth[_0x1cb9('0x9')](),controller[_0x1cb9('0x14')]);module[_0x1cb9('0x15')]=router;
\ No newline at end of file