Built motion from commit 52c8a02d.|2.6.29
[motion2.git] / server / api / mailTransferReport / index.js
index 7a1aae8..69ae7f4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5c3f=['Router','../../config/environment','./mailTransferReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','create','put','delete','destroy','exports','multer','util','connect-timeout','express'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x5c3f,0x81));var _0xf5c3=function(_0x993556,_0x1dd207){_0x993556=_0x993556-0x0;var _0x52d299=_0x5c3f[_0x993556];return _0x52d299;};'use strict';var multer=require(_0xf5c3('0x0'));var util=require(_0xf5c3('0x1'));var path=require('path');var timeout=require(_0xf5c3('0x2'));var express=require(_0xf5c3('0x3'));var router=express[_0xf5c3('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xf5c3('0x5'));var controller=require(_0xf5c3('0x6'));router[_0xf5c3('0x7')]('/',auth[_0xf5c3('0x8')](),controller[_0xf5c3('0x9')]);router[_0xf5c3('0x7')](_0xf5c3('0xa'),auth['isAuthenticated'](),controller[_0xf5c3('0xb')]);router[_0xf5c3('0x7')](_0xf5c3('0xc'),auth[_0xf5c3('0x8')](),controller[_0xf5c3('0xd')]);router['post']('/',auth[_0xf5c3('0x8')](),controller[_0xf5c3('0xe')]);router[_0xf5c3('0xf')](_0xf5c3('0xc'),auth[_0xf5c3('0x8')](),controller['update']);router[_0xf5c3('0x10')](_0xf5c3('0xc'),auth['isAuthenticated'](),controller[_0xf5c3('0x11')]);module[_0xf5c3('0x12')]=router;
\ No newline at end of file
+var _0xf8c2=['../../components/interaction/service','./mailTransferReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','create','put','update','delete','multer','util','path','express','fs-extra','../../components/auth/service'];(function(_0x591eb4,_0x25e60e){var _0x4dcdb4=function(_0x3aea94){while(--_0x3aea94){_0x591eb4['push'](_0x591eb4['shift']());}};_0x4dcdb4(++_0x25e60e);}(_0xf8c2,0x1c2));var _0x2f8c=function(_0x2f2bd2,_0x5717f6){_0x2f2bd2=_0x2f2bd2-0x0;var _0xaab90=_0xf8c2[_0x2f2bd2];return _0xaab90;};'use strict';var multer=require(_0x2f8c('0x0'));var util=require(_0x2f8c('0x1'));var path=require(_0x2f8c('0x2'));var timeout=require('connect-timeout');var express=require(_0x2f8c('0x3'));var router=express['Router']();var fs_extra=require(_0x2f8c('0x4'));var auth=require(_0x2f8c('0x5'));var interaction=require(_0x2f8c('0x6'));var config=require('../../config/environment');var controller=require(_0x2f8c('0x7'));router[_0x2f8c('0x8')]('/',auth[_0x2f8c('0x9')](),controller[_0x2f8c('0xa')]);router['get'](_0x2f8c('0xb'),auth['isAuthenticated'](),controller[_0x2f8c('0xc')]);router[_0x2f8c('0x8')](_0x2f8c('0xd'),auth[_0x2f8c('0x9')](),controller[_0x2f8c('0xe')]);router['post']('/',auth['isAuthenticated'](),controller[_0x2f8c('0xf')]);router[_0x2f8c('0x10')](_0x2f8c('0xd'),auth[_0x2f8c('0x9')](),controller[_0x2f8c('0x11')]);router[_0x2f8c('0x12')](_0x2f8c('0xd'),auth['isAuthenticated'](),controller['destroy']);module['exports']=router;
\ No newline at end of file