Built motion from commit 52c8a02d.|2.6.29
[motion2.git] / server / api / mailTransferReport / index.js
index 2e792be..69ae7f4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x08be=['express','Router','../../components/auth/service','./mailTransferReport.controller','isAuthenticated','get','/describe','describe','show','post','put','update','delete','destroy','exports','connect-timeout'];(function(_0x1cb7c2,_0x314fbc){var _0x436048=function(_0x469692){while(--_0x469692){_0x1cb7c2['push'](_0x1cb7c2['shift']());}};_0x436048(++_0x314fbc);}(_0x08be,0xaf));var _0xe08b=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x08be[_0x14add3];return _0x4a174f;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xe08b('0x0'));var express=require(_0xe08b('0x1'));var router=express[_0xe08b('0x2')]();var fs_extra=require('fs-extra');var auth=require(_0xe08b('0x3'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xe08b('0x4'));router['get']('/',auth[_0xe08b('0x5')](),controller['index']);router[_0xe08b('0x6')](_0xe08b('0x7'),auth[_0xe08b('0x5')](),controller[_0xe08b('0x8')]);router[_0xe08b('0x6')]('/:id',auth[_0xe08b('0x5')](),controller[_0xe08b('0x9')]);router[_0xe08b('0xa')]('/',auth[_0xe08b('0x5')](),controller['create']);router[_0xe08b('0xb')]('/:id',auth[_0xe08b('0x5')](),controller[_0xe08b('0xc')]);router[_0xe08b('0xd')]('/:id',auth[_0xe08b('0x5')](),controller[_0xe08b('0xe')]);module[_0xe08b('0xf')]=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