Built motion from commit (unavailable).|2.4.3
[motion2.git] / server / api / voiceCallReport / index.js
index feffae9..95aa6dd 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3afc=['update','multer','util','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','show','post','create','/:id'];(function(_0x578465,_0x1a7e5e){var _0x5eaa8e=function(_0x3ba95d){while(--_0x3ba95d){_0x578465['push'](_0x578465['shift']());}};_0x5eaa8e(++_0x1a7e5e);}(_0x3afc,0x1dd));var _0xc3af=function(_0x1f3b8d,_0x527c76){_0x1f3b8d=_0x1f3b8d-0x0;var _0x35b42c=_0x3afc[_0x1f3b8d];return _0x35b42c;};'use strict';var multer=require(_0xc3af('0x0'));var util=require(_0xc3af('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xc3af('0x2'));var router=express[_0xc3af('0x3')]();var auth=require(_0xc3af('0x4'));var interaction=require(_0xc3af('0x5'));var config=require(_0xc3af('0x6'));var controller=require('./voiceCallReport.controller');router[_0xc3af('0x7')]('/',auth[_0xc3af('0x8')](),controller[_0xc3af('0x9')]);router[_0xc3af('0x7')](_0xc3af('0xa'),auth[_0xc3af('0x8')](),controller[_0xc3af('0xb')]);router[_0xc3af('0x7')]('/:id',auth[_0xc3af('0x8')](),controller[_0xc3af('0xc')]);router[_0xc3af('0xd')]('/',auth['isAuthenticated'](),controller[_0xc3af('0xe')]);router['put'](_0xc3af('0xf'),auth[_0xc3af('0x8')](),controller[_0xc3af('0x10')]);router['delete'](_0xc3af('0xf'),auth[_0xc3af('0x8')](),controller['destroy']);module['exports']=router;
\ No newline at end of file
+var _0x5f02=['index','get','/describe','describe','/:id','show','post','put','delete','destroy','exports','util','path','express','Router','../../config/environment','./voiceCallReport.controller','isAuthenticated'];(function(_0x412c8f,_0x11ec94){var _0x27c005=function(_0x127059){while(--_0x127059){_0x412c8f['push'](_0x412c8f['shift']());}};_0x27c005(++_0x11ec94);}(_0x5f02,0x1a9));var _0x25f0=function(_0x5afdf9,_0x192c9d){_0x5afdf9=_0x5afdf9-0x0;var _0x3fc91e=_0x5f02[_0x5afdf9];return _0x3fc91e;};'use strict';var multer=require('multer');var util=require(_0x25f0('0x0'));var path=require(_0x25f0('0x1'));var timeout=require('connect-timeout');var express=require(_0x25f0('0x2'));var router=express[_0x25f0('0x3')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x25f0('0x4'));var controller=require(_0x25f0('0x5'));router['get']('/',auth[_0x25f0('0x6')](),controller[_0x25f0('0x7')]);router[_0x25f0('0x8')](_0x25f0('0x9'),auth[_0x25f0('0x6')](),controller[_0x25f0('0xa')]);router[_0x25f0('0x8')](_0x25f0('0xb'),auth[_0x25f0('0x6')](),controller[_0x25f0('0xc')]);router[_0x25f0('0xd')]('/',auth[_0x25f0('0x6')](),controller['create']);router[_0x25f0('0xe')](_0x25f0('0xb'),auth[_0x25f0('0x6')](),controller['update']);router[_0x25f0('0xf')]('/:id',auth[_0x25f0('0x6')](),controller[_0x25f0('0x10')]);module[_0x25f0('0x11')]=router;
\ No newline at end of file