X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceTransferReport%2Findex.js;h=4e10c83fe205d4c8b3e8522697fca3af7124414f;hb=5bcfff2cfe490b4ab0d0668e644729ef139af2a3;hp=85a39a84990f5f9fa463c34698a2dcd3c95fa6ed;hpb=625a274d7c6c9ea6be043136164c37fd3fc082d8;p=motion2.git diff --git a/server/api/voiceTransferReport/index.js b/server/api/voiceTransferReport/index.js index 85a39a8..4e10c83 100644 --- a/server/api/voiceTransferReport/index.js +++ b/server/api/voiceTransferReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x388c=['../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceTransferReport.controller','isAuthenticated','get','/describe','describe','show','post','create','/:id','update','delete','exports','util','connect-timeout','Router','fs-extra'];(function(_0x47e549,_0x2e53d6){var _0x251374=function(_0x400458){while(--_0x400458){_0x47e549['push'](_0x47e549['shift']());}};_0x251374(++_0x2e53d6);}(_0x388c,0xe0));var _0xc388=function(_0x1bb889,_0x43ce28){_0x1bb889=_0x1bb889-0x0;var _0x209e43=_0x388c[_0x1bb889];return _0x209e43;};'use strict';var multer=require('multer');var util=require(_0xc388('0x0'));var path=require('path');var timeout=require(_0xc388('0x1'));var express=require('express');var router=express[_0xc388('0x2')]();var fs_extra=require(_0xc388('0x3'));var auth=require(_0xc388('0x4'));var interaction=require(_0xc388('0x5'));var config=require(_0xc388('0x6'));var controller=require(_0xc388('0x7'));router['get']('/',auth[_0xc388('0x8')](),controller['index']);router[_0xc388('0x9')](_0xc388('0xa'),auth['isAuthenticated'](),controller[_0xc388('0xb')]);router[_0xc388('0x9')]('/:id',auth['isAuthenticated'](),controller[_0xc388('0xc')]);router[_0xc388('0xd')]('/',auth[_0xc388('0x8')](),controller[_0xc388('0xe')]);router['put'](_0xc388('0xf'),auth[_0xc388('0x8')](),controller[_0xc388('0x10')]);router[_0xc388('0x11')](_0xc388('0xf'),auth['isAuthenticated'](),controller['destroy']);module[_0xc388('0x12')]=router; \ No newline at end of file +var _0xa020=['../../config/environment','isAuthenticated','index','/describe','describe','get','/:id','show','post','create','put','delete','destroy','multer','util','connect-timeout','express','Router','fs-extra','../../components/interaction/service'];(function(_0x33f31b,_0x550ae9){var _0x33514e=function(_0x266538){while(--_0x266538){_0x33f31b['push'](_0x33f31b['shift']());}};_0x33514e(++_0x550ae9);}(_0xa020,0xad));var _0x0a02=function(_0x2a2ced,_0x595d4f){_0x2a2ced=_0x2a2ced-0x0;var _0x890da4=_0xa020[_0x2a2ced];return _0x890da4;};'use strict';var multer=require(_0x0a02('0x0'));var util=require(_0x0a02('0x1'));var path=require('path');var timeout=require(_0x0a02('0x2'));var express=require(_0x0a02('0x3'));var router=express[_0x0a02('0x4')]();var fs_extra=require(_0x0a02('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x0a02('0x6'));var config=require(_0x0a02('0x7'));var controller=require('./voiceTransferReport.controller');router['get']('/',auth[_0x0a02('0x8')](),controller[_0x0a02('0x9')]);router['get'](_0x0a02('0xa'),auth[_0x0a02('0x8')](),controller[_0x0a02('0xb')]);router[_0x0a02('0xc')](_0x0a02('0xd'),auth[_0x0a02('0x8')](),controller[_0x0a02('0xe')]);router[_0x0a02('0xf')]('/',auth['isAuthenticated'](),controller[_0x0a02('0x10')]);router[_0x0a02('0x11')](_0x0a02('0xd'),auth[_0x0a02('0x8')](),controller['update']);router[_0x0a02('0x12')](_0x0a02('0xd'),auth[_0x0a02('0x8')](),controller[_0x0a02('0x13')]);module['exports']=router; \ No newline at end of file