X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FvoiceAgentReport%2Findex.js;h=53d9b7f57fee5ddc558d76a61ebe712a39843e56;hb=6b8dca8de1a6b807be7e36077511bb032e7382e5;hp=803ed84555b25755d579b7692f467b9b07f3dbb5;hpb=da8b5d32823ad8783d3c47a738f61aa66e32f99c;p=motion2.git diff --git a/server/api/voiceAgentReport/index.js b/server/api/voiceAgentReport/index.js index 803ed84..53d9b7f 100644 --- a/server/api/voiceAgentReport/index.js +++ b/server/api/voiceAgentReport/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x250d=['connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceAgentReport.controller','get','isAuthenticated','index','/:id','post','delete','destroy','exports','multer','util'];(function(_0x42578f,_0x2c293c){var _0x448cca=function(_0x38e844){while(--_0x38e844){_0x42578f['push'](_0x42578f['shift']());}};_0x448cca(++_0x2c293c);}(_0x250d,0x6e));var _0xd250=function(_0x5ef55a,_0x2a03b1){_0x5ef55a=_0x5ef55a-0x0;var _0x20ae40=_0x250d[_0x5ef55a];return _0x20ae40;};'use strict';var multer=require(_0xd250('0x0'));var util=require(_0xd250('0x1'));var path=require('path');var timeout=require(_0xd250('0x2'));var express=require('express');var router=express[_0xd250('0x3')]();var auth=require(_0xd250('0x4'));var interaction=require(_0xd250('0x5'));var config=require(_0xd250('0x6'));var controller=require(_0xd250('0x7'));router[_0xd250('0x8')]('/',auth[_0xd250('0x9')](),controller[_0xd250('0xa')]);router[_0xd250('0x8')]('/describe',auth[_0xd250('0x9')](),controller['describe']);router[_0xd250('0x8')](_0xd250('0xb'),auth[_0xd250('0x9')](),controller['show']);router[_0xd250('0xc')]('/',auth['isAuthenticated'](),controller['create']);router['put'](_0xd250('0xb'),auth[_0xd250('0x9')](),controller['update']);router[_0xd250('0xd')]('/:id',auth['isAuthenticated'](),controller[_0xd250('0xe')]);module[_0xd250('0xf')]=router; \ No newline at end of file +var _0x0c89=['./voiceAgentReport.controller','index','get','/describe','isAuthenticated','describe','show','post','create','/:id','update','delete','destroy','multer','express','Router','../../components/auth/service','../../config/environment'];(function(_0xfae23b,_0x2be4ba){var _0x200640=function(_0x4ae258){while(--_0x4ae258){_0xfae23b['push'](_0xfae23b['shift']());}};_0x200640(++_0x2be4ba);}(_0x0c89,0xaf));var _0x90c8=function(_0x5694a2,_0x3a943a){_0x5694a2=_0x5694a2-0x0;var _0x4f462d=_0x0c89[_0x5694a2];return _0x4f462d;};'use strict';var multer=require(_0x90c8('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x90c8('0x1'));var router=express[_0x90c8('0x2')]();var auth=require(_0x90c8('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x90c8('0x4'));var controller=require(_0x90c8('0x5'));router['get']('/',auth['isAuthenticated'](),controller[_0x90c8('0x6')]);router[_0x90c8('0x7')](_0x90c8('0x8'),auth[_0x90c8('0x9')](),controller[_0x90c8('0xa')]);router[_0x90c8('0x7')]('/:id',auth[_0x90c8('0x9')](),controller[_0x90c8('0xb')]);router[_0x90c8('0xc')]('/',auth['isAuthenticated'](),controller[_0x90c8('0xd')]);router['put'](_0x90c8('0xe'),auth[_0x90c8('0x9')](),controller[_0x90c8('0xf')]);router[_0x90c8('0x10')](_0x90c8('0xe'),auth[_0x90c8('0x9')](),controller[_0x90c8('0x11')]);module['exports']=router; \ No newline at end of file