Built motion from commit c738b9ac.|2.6.25
[motion2.git] / server / api / mailQueueReport / index.js
index cc9577b..6e2ba2e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1c75=['update','delete','exports','multer','connect-timeout','express','Router','fs-extra','../../config/environment','./mailQueueReport.controller','get','isAuthenticated','index','describe','/:id','post','create','put'];(function(_0x314699,_0x573072){var _0x1e9a6c=function(_0x55c051){while(--_0x55c051){_0x314699['push'](_0x314699['shift']());}};_0x1e9a6c(++_0x573072);}(_0x1c75,0xc9));var _0x51c7=function(_0x326722,_0x299750){_0x326722=_0x326722-0x0;var _0x3327a9=_0x1c75[_0x326722];return _0x3327a9;};'use strict';var multer=require(_0x51c7('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x51c7('0x1'));var express=require(_0x51c7('0x2'));var router=express[_0x51c7('0x3')]();var fs_extra=require(_0x51c7('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x51c7('0x5'));var controller=require(_0x51c7('0x6'));router[_0x51c7('0x7')]('/',auth[_0x51c7('0x8')](),controller[_0x51c7('0x9')]);router[_0x51c7('0x7')]('/describe',auth['isAuthenticated'](),controller[_0x51c7('0xa')]);router['get'](_0x51c7('0xb'),auth[_0x51c7('0x8')](),controller['show']);router[_0x51c7('0xc')]('/',auth[_0x51c7('0x8')](),controller[_0x51c7('0xd')]);router[_0x51c7('0xe')](_0x51c7('0xb'),auth[_0x51c7('0x8')](),controller[_0x51c7('0xf')]);router[_0x51c7('0x10')](_0x51c7('0xb'),auth[_0x51c7('0x8')](),controller['destroy']);module[_0x51c7('0x11')]=router;
\ No newline at end of file
+var _0x1fd4=['get','/:id','show','create','put','update','destroy','exports','util','connect-timeout','express','Router','fs-extra','../../config/environment','isAuthenticated','index'];(function(_0x36369a,_0x20f604){var _0x562bf0=function(_0x3c68dc){while(--_0x3c68dc){_0x36369a['push'](_0x36369a['shift']());}};_0x562bf0(++_0x20f604);}(_0x1fd4,0x158));var _0x41fd=function(_0x127155,_0x25c0be){_0x127155=_0x127155-0x0;var _0x1aac6a=_0x1fd4[_0x127155];return _0x1aac6a;};'use strict';var multer=require('multer');var util=require(_0x41fd('0x0'));var path=require('path');var timeout=require(_0x41fd('0x1'));var express=require(_0x41fd('0x2'));var router=express[_0x41fd('0x3')]();var fs_extra=require(_0x41fd('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x41fd('0x5'));var controller=require('./mailQueueReport.controller');router['get']('/',auth[_0x41fd('0x6')](),controller[_0x41fd('0x7')]);router[_0x41fd('0x8')]('/describe',auth[_0x41fd('0x6')](),controller['describe']);router[_0x41fd('0x8')](_0x41fd('0x9'),auth[_0x41fd('0x6')](),controller[_0x41fd('0xa')]);router['post']('/',auth[_0x41fd('0x6')](),controller[_0x41fd('0xb')]);router[_0x41fd('0xc')](_0x41fd('0x9'),auth[_0x41fd('0x6')](),controller[_0x41fd('0xd')]);router['delete'](_0x41fd('0x9'),auth[_0x41fd('0x6')](),controller[_0x41fd('0xe')]);module[_0x41fd('0xf')]=router;
\ No newline at end of file