X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FfaxTransferReport%2Findex.js;h=775e33c7d3ecb1b1b8de717041e5380257dd80a4;hb=d49944cc2e95578bfbd15d79d46896f71a145821;hp=ad883bdeb49fd4f4f52ff48c453fd741a35f9b08;hpb=b2ace134e5eb466deeb396f27c0c22876a7ffeae;p=motion2.git diff --git a/server/api/faxTransferReport/index.js b/server/api/faxTransferReport/index.js index ad883bd..775e33c 100644 --- a/server/api/faxTransferReport/index.js +++ b/server/api/faxTransferReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x48c8=['index','/describe','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./faxTransferReport.controller','isAuthenticated'];(function(_0x454cfb,_0x3246d4){var _0x5b7654=function(_0x8055dc){while(--_0x8055dc){_0x454cfb['push'](_0x454cfb['shift']());}};_0x5b7654(++_0x3246d4);}(_0x48c8,0x131));var _0x848c=function(_0x4a782b,_0x55584a){_0x4a782b=_0x4a782b-0x0;var _0x5cb5a0=_0x48c8[_0x4a782b];return _0x5cb5a0;};'use strict';var multer=require(_0x848c('0x0'));var util=require(_0x848c('0x1'));var path=require('path');var timeout=require(_0x848c('0x2'));var express=require(_0x848c('0x3'));var router=express[_0x848c('0x4')]();var fs_extra=require(_0x848c('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x848c('0x6'));var config=require(_0x848c('0x7'));var controller=require(_0x848c('0x8'));router['get']('/',auth[_0x848c('0x9')](),controller[_0x848c('0xa')]);router['get'](_0x848c('0xb'),auth[_0x848c('0x9')](),controller['describe']);router['get'](_0x848c('0xc'),auth['isAuthenticated'](),controller[_0x848c('0xd')]);router[_0x848c('0xe')]('/',auth[_0x848c('0x9')](),controller[_0x848c('0xf')]);router[_0x848c('0x10')](_0x848c('0xc'),auth['isAuthenticated'](),controller[_0x848c('0x11')]);router[_0x848c('0x12')](_0x848c('0xc'),auth[_0x848c('0x9')](),controller[_0x848c('0x13')]);module[_0x848c('0x14')]=router; \ No newline at end of file +var _0x8c32=['connect-timeout','Router','../../components/auth/service','../../config/environment','get','isAuthenticated','/:id','post','create','put','delete','destroy','multer','util','path'];(function(_0x5485a3,_0x3ff799){var _0x4c1410=function(_0x3ddccb){while(--_0x3ddccb){_0x5485a3['push'](_0x5485a3['shift']());}};_0x4c1410(++_0x3ff799);}(_0x8c32,0x129));var _0x28c3=function(_0x1928c9,_0x13a6d1){_0x1928c9=_0x1928c9-0x0;var _0x51b5fb=_0x8c32[_0x1928c9];return _0x51b5fb;};'use strict';var multer=require(_0x28c3('0x0'));var util=require(_0x28c3('0x1'));var path=require(_0x28c3('0x2'));var timeout=require(_0x28c3('0x3'));var express=require('express');var router=express[_0x28c3('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x28c3('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x28c3('0x6'));var controller=require('./faxTransferReport.controller');router[_0x28c3('0x7')]('/',auth[_0x28c3('0x8')](),controller['index']);router[_0x28c3('0x7')]('/describe',auth[_0x28c3('0x8')](),controller['describe']);router[_0x28c3('0x7')](_0x28c3('0x9'),auth[_0x28c3('0x8')](),controller['show']);router[_0x28c3('0xa')]('/',auth[_0x28c3('0x8')](),controller[_0x28c3('0xb')]);router[_0x28c3('0xc')](_0x28c3('0x9'),auth[_0x28c3('0x8')](),controller['update']);router[_0x28c3('0xd')](_0x28c3('0x9'),auth[_0x28c3('0x8')](),controller[_0x28c3('0xe')]);module['exports']=router; \ No newline at end of file