Built motion from commit (unavailable).|2.5.22
[motion2.git] / server / api / voiceMailMessage / index.js
index 7c91c35..a170afb 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xba34=['express','../../config/environment','./voiceMailMessage.controller','get','isAuthenticated','index','/:id','show','/:id/download','download','post','create','put','delete','destroy','multer','util','path','connect-timeout'];(function(_0x4c15e7,_0x4ad7f5){var _0x1f119a=function(_0x5b3da8){while(--_0x5b3da8){_0x4c15e7['push'](_0x4c15e7['shift']());}};_0x1f119a(++_0x4ad7f5);}(_0xba34,0x119));var _0x4ba3=function(_0x215f64,_0x8782b5){_0x215f64=_0x215f64-0x0;var _0x2bd717=_0xba34[_0x215f64];return _0x2bd717;};'use strict';var multer=require(_0x4ba3('0x0'));var util=require(_0x4ba3('0x1'));var path=require(_0x4ba3('0x2'));var timeout=require(_0x4ba3('0x3'));var express=require(_0x4ba3('0x4'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x4ba3('0x5'));var controller=require(_0x4ba3('0x6'));router[_0x4ba3('0x7')]('/',auth[_0x4ba3('0x8')](),controller[_0x4ba3('0x9')]);router[_0x4ba3('0x7')](_0x4ba3('0xa'),auth['isAuthenticated'](),controller[_0x4ba3('0xb')]);router[_0x4ba3('0x7')](_0x4ba3('0xc'),auth[_0x4ba3('0x8')](),controller[_0x4ba3('0xd')]);router[_0x4ba3('0xe')]('/',auth[_0x4ba3('0x8')](),controller[_0x4ba3('0xf')]);router[_0x4ba3('0x10')](_0x4ba3('0xa'),auth[_0x4ba3('0x8')](),controller['update']);router[_0x4ba3('0x11')](_0x4ba3('0xa'),auth['isAuthenticated'](),controller[_0x4ba3('0x12')]);module['exports']=router;
\ No newline at end of file
+var _0xedbb=['../../config/environment','get','/:id','isAuthenticated','show','/:id/download','post','create','update','delete','destroy','exports','path','Router','../../components/auth/service','../../components/interaction/service'];(function(_0x42245d,_0x51758f){var _0x4b211a=function(_0x2634e){while(--_0x2634e){_0x42245d['push'](_0x42245d['shift']());}};_0x4b211a(++_0x51758f);}(_0xedbb,0x8c));var _0xbedb=function(_0x19ae3c,_0x36ef3a){_0x19ae3c=_0x19ae3c-0x0;var _0x5e155a=_0xedbb[_0x19ae3c];return _0x5e155a;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xbedb('0x0'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xbedb('0x1')]();var auth=require(_0xbedb('0x2'));var interaction=require(_0xbedb('0x3'));var config=require(_0xbedb('0x4'));var controller=require('./voiceMailMessage.controller');router[_0xbedb('0x5')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0xbedb('0x6'),auth[_0xbedb('0x7')](),controller[_0xbedb('0x8')]);router['get'](_0xbedb('0x9'),auth[_0xbedb('0x7')](),controller['download']);router[_0xbedb('0xa')]('/',auth[_0xbedb('0x7')](),controller[_0xbedb('0xb')]);router['put']('/:id',auth['isAuthenticated'](),controller[_0xbedb('0xc')]);router[_0xbedb('0xd')](_0xbedb('0x6'),auth[_0xbedb('0x7')](),controller[_0xbedb('0xe')]);module[_0xbedb('0xf')]=router;
\ No newline at end of file