Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / chatTransferReport / index.js
index dd25c71..41e2a0e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x98dc=['../../components/auth/service','../../components/interaction/service','../../config/environment','./chatTransferReport.controller','get','index','isAuthenticated','describe','show','post','create','put','/:id','update','delete','destroy','multer','util','path','connect-timeout','fs-extra'];(function(_0x44c7a2,_0x449be7){var _0x3efc90=function(_0x114726){while(--_0x114726){_0x44c7a2['push'](_0x44c7a2['shift']());}};_0x3efc90(++_0x449be7);}(_0x98dc,0x18a));var _0xc98d=function(_0x498d9c,_0x223fcd){_0x498d9c=_0x498d9c-0x0;var _0x250424=_0x98dc[_0x498d9c];return _0x250424;};'use strict';var multer=require(_0xc98d('0x0'));var util=require(_0xc98d('0x1'));var path=require(_0xc98d('0x2'));var timeout=require(_0xc98d('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xc98d('0x4'));var auth=require(_0xc98d('0x5'));var interaction=require(_0xc98d('0x6'));var config=require(_0xc98d('0x7'));var controller=require(_0xc98d('0x8'));router[_0xc98d('0x9')]('/',auth['isAuthenticated'](),controller[_0xc98d('0xa')]);router[_0xc98d('0x9')]('/describe',auth[_0xc98d('0xb')](),controller[_0xc98d('0xc')]);router['get']('/:id',auth['isAuthenticated'](),controller[_0xc98d('0xd')]);router[_0xc98d('0xe')]('/',auth[_0xc98d('0xb')](),controller[_0xc98d('0xf')]);router[_0xc98d('0x10')](_0xc98d('0x11'),auth[_0xc98d('0xb')](),controller[_0xc98d('0x12')]);router[_0xc98d('0x13')](_0xc98d('0x11'),auth[_0xc98d('0xb')](),controller[_0xc98d('0x14')]);module['exports']=router;
\ No newline at end of file
+var _0x001b=['Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','describe','/:id','show','post','create','put','update','multer','util','connect-timeout','express'];(function(_0x54e66f,_0x3ef01f){var _0x395088=function(_0xb70c57){while(--_0xb70c57){_0x54e66f['push'](_0x54e66f['shift']());}};_0x395088(++_0x3ef01f);}(_0x001b,0x10a));var _0xb001=function(_0x4d3637,_0xefe614){_0x4d3637=_0x4d3637-0x0;var _0x165d1d=_0x001b[_0x4d3637];return _0x165d1d;};'use strict';var multer=require(_0xb001('0x0'));var util=require(_0xb001('0x1'));var path=require('path');var timeout=require(_0xb001('0x2'));var express=require(_0xb001('0x3'));var router=express[_0xb001('0x4')]();var fs_extra=require(_0xb001('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xb001('0x6'));var config=require(_0xb001('0x7'));var controller=require('./chatTransferReport.controller');router[_0xb001('0x8')]('/',auth[_0xb001('0x9')](),controller[_0xb001('0xa')]);router[_0xb001('0x8')]('/describe',auth[_0xb001('0x9')](),controller[_0xb001('0xb')]);router['get'](_0xb001('0xc'),auth['isAuthenticated'](),controller[_0xb001('0xd')]);router[_0xb001('0xe')]('/',auth[_0xb001('0x9')](),controller[_0xb001('0xf')]);router[_0xb001('0x10')](_0xb001('0xc'),auth[_0xb001('0x9')](),controller[_0xb001('0x11')]);router['delete']('/:id',auth[_0xb001('0x9')](),controller['destroy']);module['exports']=router;
\ No newline at end of file