X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FmailTransferReport%2Findex.js;h=d4d4890392a3b1e279f76be1ca496143b0155f90;hb=07b7b3200d171aa6bbc6fe2ed92b6ea789d6486c;hp=ce59e207afb0805f82b6d8124b4e3ad8fbef4869;hpb=cc5ed542bde40ef5cb950540b6a10b4f2d3f9dc8;p=motion2.git diff --git a/server/api/mailTransferReport/index.js b/server/api/mailTransferReport/index.js index ce59e20..d4d4890 100644 --- a/server/api/mailTransferReport/index.js +++ b/server/api/mailTransferReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0xa231=['exports','multer','util','path','connect-timeout','Router','fs-extra','../../components/interaction/service','../../config/environment','./mailTransferReport.controller','get','index','isAuthenticated','describe','show','post','create','put','update','delete'];(function(_0x177c0f,_0x324360){var _0x1f4d28=function(_0x49d3f0){while(--_0x49d3f0){_0x177c0f['push'](_0x177c0f['shift']());}};_0x1f4d28(++_0x324360);}(_0xa231,0x141));var _0x1a23=function(_0x3ff59d,_0x209599){_0x3ff59d=_0x3ff59d-0x0;var _0x221f59=_0xa231[_0x3ff59d];return _0x221f59;};'use strict';var multer=require(_0x1a23('0x0'));var util=require(_0x1a23('0x1'));var path=require(_0x1a23('0x2'));var timeout=require(_0x1a23('0x3'));var express=require('express');var router=express[_0x1a23('0x4')]();var fs_extra=require(_0x1a23('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x1a23('0x6'));var config=require(_0x1a23('0x7'));var controller=require(_0x1a23('0x8'));router[_0x1a23('0x9')]('/',auth['isAuthenticated'](),controller[_0x1a23('0xa')]);router[_0x1a23('0x9')]('/describe',auth[_0x1a23('0xb')](),controller[_0x1a23('0xc')]);router[_0x1a23('0x9')]('/:id',auth[_0x1a23('0xb')](),controller[_0x1a23('0xd')]);router[_0x1a23('0xe')]('/',auth[_0x1a23('0xb')](),controller[_0x1a23('0xf')]);router[_0x1a23('0x10')]('/:id',auth[_0x1a23('0xb')](),controller[_0x1a23('0x11')]);router[_0x1a23('0x12')]('/:id',auth[_0x1a23('0xb')](),controller['destroy']);module[_0x1a23('0x13')]=router; \ No newline at end of file +var _0x81ec=['connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','/describe','isAuthenticated','describe','show','create','/:id','update','delete','destroy','exports','multer','util','path'];(function(_0x4cb9ce,_0x4a6073){var _0x4e7ef8=function(_0x380390){while(--_0x380390){_0x4cb9ce['push'](_0x4cb9ce['shift']());}};_0x4e7ef8(++_0x4a6073);}(_0x81ec,0x165));var _0xc81e=function(_0x34270f,_0x337cf4){_0x34270f=_0x34270f-0x0;var _0x56d4a3=_0x81ec[_0x34270f];return _0x56d4a3;};'use strict';var multer=require(_0xc81e('0x0'));var util=require(_0xc81e('0x1'));var path=require(_0xc81e('0x2'));var timeout=require(_0xc81e('0x3'));var express=require(_0xc81e('0x4'));var router=express[_0xc81e('0x5')]();var fs_extra=require(_0xc81e('0x6'));var auth=require(_0xc81e('0x7'));var interaction=require(_0xc81e('0x8'));var config=require('../../config/environment');var controller=require('./mailTransferReport.controller');router[_0xc81e('0x9')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0xc81e('0xa'),auth[_0xc81e('0xb')](),controller[_0xc81e('0xc')]);router[_0xc81e('0x9')]('/:id',auth[_0xc81e('0xb')](),controller[_0xc81e('0xd')]);router['post']('/',auth[_0xc81e('0xb')](),controller[_0xc81e('0xe')]);router['put'](_0xc81e('0xf'),auth[_0xc81e('0xb')](),controller[_0xc81e('0x10')]);router[_0xc81e('0x11')](_0xc81e('0xf'),auth[_0xc81e('0xb')](),controller[_0xc81e('0x12')]);module[_0xc81e('0x13')]=router; \ No newline at end of file