X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FfaxTransferReport%2Findex.js;h=d75717c4471c4cdae13e2fcd6f050d9eaa0f923d;hb=9a44dbf63247346f18777cf5ec4c91e11165c4b0;hp=433bb6135e32c64ccced97ef772a3a90896f01ab;hpb=ef4e758b3a8a542ed14842116a07db29f3cf2e7c;p=motion2.git diff --git a/server/api/faxTransferReport/index.js b/server/api/faxTransferReport/index.js index 433bb61..d75717c 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 _0x262c=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./faxTransferReport.controller','get','isAuthenticated','/describe','describe','/:id','post','create','update','destroy','multer','util','path'];(function(_0x20ea22,_0x12147f){var _0x34ac57=function(_0x5de3c8){while(--_0x5de3c8){_0x20ea22['push'](_0x20ea22['shift']());}};_0x34ac57(++_0x12147f);}(_0x262c,0x141));var _0xc262=function(_0xb5fc3e,_0x234703){_0xb5fc3e=_0xb5fc3e-0x0;var _0x2efc3c=_0x262c[_0xb5fc3e];return _0x2efc3c;};'use strict';var multer=require(_0xc262('0x0'));var util=require(_0xc262('0x1'));var path=require(_0xc262('0x2'));var timeout=require(_0xc262('0x3'));var express=require(_0xc262('0x4'));var router=express[_0xc262('0x5')]();var auth=require(_0xc262('0x6'));var interaction=require(_0xc262('0x7'));var config=require('../../config/environment');var controller=require(_0xc262('0x8'));router[_0xc262('0x9')]('/',auth[_0xc262('0xa')](),controller['index']);router[_0xc262('0x9')](_0xc262('0xb'),auth['isAuthenticated'](),controller[_0xc262('0xc')]);router['get'](_0xc262('0xd'),auth[_0xc262('0xa')](),controller['show']);router[_0xc262('0xe')]('/',auth[_0xc262('0xa')](),controller[_0xc262('0xf')]);router['put'](_0xc262('0xd'),auth[_0xc262('0xa')](),controller[_0xc262('0x10')]);router['delete']('/:id',auth[_0xc262('0xa')](),controller[_0xc262('0x11')]);module['exports']=router; \ No newline at end of file +var _0xb41f=['../../components/auth/service','../../config/environment','./faxTransferReport.controller','get','isAuthenticated','index','/describe','describe','show','post','create','put','/:id','update','destroy','exports','util','path','express','Router'];(function(_0x15cc87,_0x40e876){var _0x99d1f0=function(_0x6b27b6){while(--_0x6b27b6){_0x15cc87['push'](_0x15cc87['shift']());}};_0x99d1f0(++_0x40e876);}(_0xb41f,0xec));var _0xfb41=function(_0x138e4d,_0x5454d0){_0x138e4d=_0x138e4d-0x0;var _0x44c62b=_0xb41f[_0x138e4d];return _0x44c62b;};'use strict';var multer=require('multer');var util=require(_0xfb41('0x0'));var path=require(_0xfb41('0x1'));var timeout=require('connect-timeout');var express=require(_0xfb41('0x2'));var router=express[_0xfb41('0x3')]();var auth=require(_0xfb41('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xfb41('0x5'));var controller=require(_0xfb41('0x6'));router[_0xfb41('0x7')]('/',auth[_0xfb41('0x8')](),controller[_0xfb41('0x9')]);router[_0xfb41('0x7')](_0xfb41('0xa'),auth[_0xfb41('0x8')](),controller[_0xfb41('0xb')]);router['get']('/:id',auth[_0xfb41('0x8')](),controller[_0xfb41('0xc')]);router[_0xfb41('0xd')]('/',auth['isAuthenticated'](),controller[_0xfb41('0xe')]);router[_0xfb41('0xf')](_0xfb41('0x10'),auth[_0xfb41('0x8')](),controller[_0xfb41('0x11')]);router['delete'](_0xfb41('0x10'),auth['isAuthenticated'](),controller[_0xfb41('0x12')]);module[_0xfb41('0x13')]=router; \ No newline at end of file