Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / voiceDialReport / index.js
index e7a847b..578d94c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5f4b=['Router','fs-extra','../../components/interaction/service','../../config/environment','./voiceDialReport.controller','get','isAuthenticated','index','/describe','describe','show','post','create','put','/:id','update','destroy','multer','util','path','connect-timeout','express'];(function(_0x4c29df,_0xcba67e){var _0x30af2a=function(_0x3bc0f8){while(--_0x3bc0f8){_0x4c29df['push'](_0x4c29df['shift']());}};_0x30af2a(++_0xcba67e);}(_0x5f4b,0x1b3));var _0xb5f4=function(_0x15e67c,_0x1880f0){_0x15e67c=_0x15e67c-0x0;var _0x2d1ac6=_0x5f4b[_0x15e67c];return _0x2d1ac6;};'use strict';var multer=require(_0xb5f4('0x0'));var util=require(_0xb5f4('0x1'));var path=require(_0xb5f4('0x2'));var timeout=require(_0xb5f4('0x3'));var express=require(_0xb5f4('0x4'));var router=express[_0xb5f4('0x5')]();var fs_extra=require(_0xb5f4('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xb5f4('0x7'));var config=require(_0xb5f4('0x8'));var controller=require(_0xb5f4('0x9'));router[_0xb5f4('0xa')]('/',auth[_0xb5f4('0xb')](),controller[_0xb5f4('0xc')]);router[_0xb5f4('0xa')](_0xb5f4('0xd'),auth[_0xb5f4('0xb')](),controller[_0xb5f4('0xe')]);router[_0xb5f4('0xa')]('/:id',auth[_0xb5f4('0xb')](),controller[_0xb5f4('0xf')]);router[_0xb5f4('0x10')]('/',auth[_0xb5f4('0xb')](),controller[_0xb5f4('0x11')]);router[_0xb5f4('0x12')](_0xb5f4('0x13'),auth[_0xb5f4('0xb')](),controller[_0xb5f4('0x14')]);router['delete'](_0xb5f4('0x13'),auth[_0xb5f4('0xb')](),controller[_0xb5f4('0x15')]);module['exports']=router;
\ No newline at end of file
+var _0x9b69=['connect-timeout','express','Router','../../components/auth/service','../../config/environment','./voiceDialReport.controller','get','isAuthenticated','describe','/:id','show','post','create','delete','destroy','multer','path'];(function(_0xfd49ed,_0x1272e1){var _0x355f54=function(_0x3fc70f){while(--_0x3fc70f){_0xfd49ed['push'](_0xfd49ed['shift']());}};_0x355f54(++_0x1272e1);}(_0x9b69,0x196));var _0x99b6=function(_0x143154,_0x763cda){_0x143154=_0x143154-0x0;var _0x2b64d6=_0x9b69[_0x143154];return _0x2b64d6;};'use strict';var multer=require(_0x99b6('0x0'));var util=require('util');var path=require(_0x99b6('0x1'));var timeout=require(_0x99b6('0x2'));var express=require(_0x99b6('0x3'));var router=express[_0x99b6('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x99b6('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x99b6('0x6'));var controller=require(_0x99b6('0x7'));router[_0x99b6('0x8')]('/',auth[_0x99b6('0x9')](),controller['index']);router['get']('/describe',auth['isAuthenticated'](),controller[_0x99b6('0xa')]);router[_0x99b6('0x8')](_0x99b6('0xb'),auth[_0x99b6('0x9')](),controller[_0x99b6('0xc')]);router[_0x99b6('0xd')]('/',auth[_0x99b6('0x9')](),controller[_0x99b6('0xe')]);router['put'](_0x99b6('0xb'),auth['isAuthenticated'](),controller['update']);router[_0x99b6('0xf')](_0x99b6('0xb'),auth[_0x99b6('0x9')](),controller[_0x99b6('0x10')]);module['exports']=router;
\ No newline at end of file