Built motion from commit 43538d75.|2.5.35
[motion2.git] / server / api / chatOfflineMessage / index.js
index 0c65909..0e8fde2 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 _0x702c=['./chatOfflineMessage.controller','get','index','isAuthenticated','describe','show','create','destroy','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service'];(function(_0x43fdd2,_0xf10fac){var _0x4d8b28=function(_0x2b15ad){while(--_0x2b15ad){_0x43fdd2['push'](_0x43fdd2['shift']());}};_0x4d8b28(++_0xf10fac);}(_0x702c,0x168));var _0xc702=function(_0x1bc059,_0x14ad17){_0x1bc059=_0x1bc059-0x0;var _0x25708e=_0x702c[_0x1bc059];return _0x25708e;};'use strict';var multer=require(_0xc702('0x0'));var util=require(_0xc702('0x1'));var path=require(_0xc702('0x2'));var timeout=require(_0xc702('0x3'));var express=require(_0xc702('0x4'));var router=express[_0xc702('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xc702('0x6'));var interaction=require(_0xc702('0x7'));var config=require('../../config/environment');var controller=require(_0xc702('0x8'));router[_0xc702('0x9')]('/',auth['isAuthenticated'](),controller[_0xc702('0xa')]);router[_0xc702('0x9')]('/describe',auth[_0xc702('0xb')](),controller[_0xc702('0xc')]);router[_0xc702('0x9')]('/:id',auth[_0xc702('0xb')](),controller[_0xc702('0xd')]);router['post']('/',auth[_0xc702('0xb')](),controller[_0xc702('0xe')]);router['put']('/:id',auth[_0xc702('0xb')](),controller['update']);router['delete']('/:id',auth[_0xc702('0xb')](),controller[_0xc702('0xf')]);module['exports']=router;
\ No newline at end of file