Built motion from commit 775e2a94.|2.6.3
[motion2.git] / server / api / chatOfflineMessage / index.js
index 0c65909..7b1547e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x01be=['describe','/:id','post','create','put','update','delete','destroy','exports','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','./chatOfflineMessage.controller','get','isAuthenticated','/describe'];(function(_0xdcbbb,_0x39b964){var _0x19bb4e=function(_0x4952b7){while(--_0x4952b7){_0xdcbbb['push'](_0xdcbbb['shift']());}};_0x19bb4e(++_0x39b964);}(_0x01be,0xed));var _0xe01b=function(_0x6b6618,_0x39c4a2){_0x6b6618=_0x6b6618-0x0;var _0x130219=_0x01be[_0x6b6618];return _0x130219;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xe01b('0x0'));var timeout=require(_0xe01b('0x1'));var express=require(_0xe01b('0x2'));var router=express[_0xe01b('0x3')]();var fs_extra=require(_0xe01b('0x4'));var auth=require(_0xe01b('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xe01b('0x6'));router[_0xe01b('0x7')]('/',auth[_0xe01b('0x8')](),controller['index']);router[_0xe01b('0x7')](_0xe01b('0x9'),auth[_0xe01b('0x8')](),controller[_0xe01b('0xa')]);router[_0xe01b('0x7')](_0xe01b('0xb'),auth[_0xe01b('0x8')](),controller['show']);router[_0xe01b('0xc')]('/',auth[_0xe01b('0x8')](),controller[_0xe01b('0xd')]);router[_0xe01b('0xe')](_0xe01b('0xb'),auth[_0xe01b('0x8')](),controller[_0xe01b('0xf')]);router[_0xe01b('0x10')](_0xe01b('0xb'),auth['isAuthenticated'](),controller[_0xe01b('0x11')]);module[_0xe01b('0x12')]=router;
\ No newline at end of file
+var _0x15ce=['Router','fs-extra','../../components/auth/service','../../config/environment','./chatOfflineMessage.controller','get','isAuthenticated','index','describe','show','post','/:id','update','destroy','exports','util','path','connect-timeout'];(function(_0x5562a9,_0x5530ca){var _0x56447e=function(_0x2a3814){while(--_0x2a3814){_0x5562a9['push'](_0x5562a9['shift']());}};_0x56447e(++_0x5530ca);}(_0x15ce,0x153));var _0xe15c=function(_0x1facfa,_0x1acf7d){_0x1facfa=_0x1facfa-0x0;var _0x9ec701=_0x15ce[_0x1facfa];return _0x9ec701;};'use strict';var multer=require('multer');var util=require(_0xe15c('0x0'));var path=require(_0xe15c('0x1'));var timeout=require(_0xe15c('0x2'));var express=require('express');var router=express[_0xe15c('0x3')]();var fs_extra=require(_0xe15c('0x4'));var auth=require(_0xe15c('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xe15c('0x6'));var controller=require(_0xe15c('0x7'));router[_0xe15c('0x8')]('/',auth[_0xe15c('0x9')](),controller[_0xe15c('0xa')]);router[_0xe15c('0x8')]('/describe',auth[_0xe15c('0x9')](),controller[_0xe15c('0xb')]);router[_0xe15c('0x8')]('/:id',auth['isAuthenticated'](),controller[_0xe15c('0xc')]);router[_0xe15c('0xd')]('/',auth[_0xe15c('0x9')](),controller['create']);router['put'](_0xe15c('0xe'),auth['isAuthenticated'](),controller[_0xe15c('0xf')]);router['delete'](_0xe15c('0xe'),auth[_0xe15c('0x9')](),controller[_0xe15c('0x10')]);module[_0xe15c('0x11')]=router;
\ No newline at end of file