X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceCallReport%2Findex.js;h=12688da200adff6f85ccc6b8c0f32395622110d9;hb=784ff39bf52a5b7c5ee0b7b10d0e51f0257b5940;hp=bf2cc20cceff6bbf86bf6289afa51de00abd7270;hpb=17b36376d3b7411763084143a03a7c6d2fc5e7b1;p=motion2.git diff --git a/server/api/voiceCallReport/index.js b/server/api/voiceCallReport/index.js index bf2cc20..12688da 100644 --- a/server/api/voiceCallReport/index.js +++ b/server/api/voiceCallReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x648f=['multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceCallReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','create','put','delete','destroy'];(function(_0x40a825,_0x3bac79){var _0x273a54=function(_0x5628d8){while(--_0x5628d8){_0x40a825['push'](_0x40a825['shift']());}};_0x273a54(++_0x3bac79);}(_0x648f,0x104));var _0xf648=function(_0x33cf61,_0x10a737){_0x33cf61=_0x33cf61-0x0;var _0x54b688=_0x648f[_0x33cf61];return _0x54b688;};'use strict';var multer=require(_0xf648('0x0'));var util=require(_0xf648('0x1'));var path=require(_0xf648('0x2'));var timeout=require('connect-timeout');var express=require(_0xf648('0x3'));var router=express[_0xf648('0x4')]();var auth=require(_0xf648('0x5'));var interaction=require(_0xf648('0x6'));var config=require(_0xf648('0x7'));var controller=require(_0xf648('0x8'));router[_0xf648('0x9')]('/',auth[_0xf648('0xa')](),controller[_0xf648('0xb')]);router[_0xf648('0x9')](_0xf648('0xc'),auth[_0xf648('0xa')](),controller[_0xf648('0xd')]);router[_0xf648('0x9')](_0xf648('0xe'),auth[_0xf648('0xa')](),controller[_0xf648('0xf')]);router['post']('/',auth['isAuthenticated'](),controller[_0xf648('0x10')]);router[_0xf648('0x11')](_0xf648('0xe'),auth[_0xf648('0xa')](),controller['update']);router[_0xf648('0x12')]('/:id',auth[_0xf648('0xa')](),controller[_0xf648('0x13')]);module['exports']=router; \ No newline at end of file +var _0xcbb7=['destroy','multer','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./voiceCallReport.controller','get','index','isAuthenticated','describe','/:id','show','post','update','delete'];(function(_0x2cf437,_0x5b0508){var _0x2f1fd2=function(_0x30f000){while(--_0x30f000){_0x2cf437['push'](_0x2cf437['shift']());}};_0x2f1fd2(++_0x5b0508);}(_0xcbb7,0x11e));var _0x7cbb=function(_0x20a584,_0xe384a5){_0x20a584=_0x20a584-0x0;var _0x4b41a8=_0xcbb7[_0x20a584];return _0x4b41a8;};'use strict';var multer=require(_0x7cbb('0x0'));var util=require(_0x7cbb('0x1'));var path=require(_0x7cbb('0x2'));var timeout=require(_0x7cbb('0x3'));var express=require(_0x7cbb('0x4'));var router=express[_0x7cbb('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0x7cbb('0x6'));var config=require(_0x7cbb('0x7'));var controller=require(_0x7cbb('0x8'));router[_0x7cbb('0x9')]('/',auth['isAuthenticated'](),controller[_0x7cbb('0xa')]);router[_0x7cbb('0x9')]('/describe',auth[_0x7cbb('0xb')](),controller[_0x7cbb('0xc')]);router[_0x7cbb('0x9')](_0x7cbb('0xd'),auth['isAuthenticated'](),controller[_0x7cbb('0xe')]);router[_0x7cbb('0xf')]('/',auth[_0x7cbb('0xb')](),controller['create']);router['put']('/:id',auth['isAuthenticated'](),controller[_0x7cbb('0x10')]);router[_0x7cbb('0x11')](_0x7cbb('0xd'),auth[_0x7cbb('0xb')](),controller[_0x7cbb('0x12')]);module['exports']=router; \ No newline at end of file